mirror of
https://github.com/okalachev/flix.git
synced 2026-01-10 21:16:50 +00:00
Update VSCode settings
Disable error squiggles as they often work incorrectly. Decrease number of include libraries to index.
This commit is contained in:
@@ -49,6 +49,8 @@ for configuration in props['configurations']:
|
||||
print('Check configuration', configuration['name'])
|
||||
|
||||
for include_path in configuration.get('includePath', []):
|
||||
if include_path.startswith('/opt/') or include_path.startswith('/usr/'): # don't check non-Arduino libs
|
||||
continue
|
||||
check_path(include_path)
|
||||
|
||||
for forced_include in configuration.get('forcedInclude', []):
|
||||
|
||||
Reference in New Issue
Block a user