This commit is contained in:
gaoyuhang 2024-01-25 10:42:26 +08:00
parent db5056cfb0
commit 49f1072a7f
2 changed files with 8 additions and 4 deletions

View File

@ -38,7 +38,10 @@
"C_Cpp_Runner.compilerArgs": [], "C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [], "C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [], "C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": ["*", "**/*"], "C_Cpp_Runner.includeSearch": [
"*",
"**/*"
],
"C_Cpp_Runner.excludeSearch": [ "C_Cpp_Runner.excludeSearch": [
"**/build", "**/build",
"**/build/**", "**/build/**",
@ -57,5 +60,6 @@
"pid_g.h": "c", "pid_g.h": "c",
"mode_pwmp.h": "c", "mode_pwmp.h": "c",
"eeprom_m95.h": "c" "eeprom_m95.h": "c"
} },
"C_Cpp.errorSquiggles": "disabled"
} }