111
This commit is contained in:
parent
db5056cfb0
commit
49f1072a7f
|
@ -38,7 +38,10 @@
|
|||
"C_Cpp_Runner.compilerArgs": [],
|
||||
"C_Cpp_Runner.linkerArgs": [],
|
||||
"C_Cpp_Runner.includePaths": [],
|
||||
"C_Cpp_Runner.includeSearch": ["*", "**/*"],
|
||||
"C_Cpp_Runner.includeSearch": [
|
||||
"*",
|
||||
"**/*"
|
||||
],
|
||||
"C_Cpp_Runner.excludeSearch": [
|
||||
"**/build",
|
||||
"**/build/**",
|
||||
|
@ -57,5 +60,6 @@
|
|||
"pid_g.h": "c",
|
||||
"mode_pwmp.h": "c",
|
||||
"eeprom_m95.h": "c"
|
||||
}
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "disabled"
|
||||
}
|
Reference in New Issue