fix include not recognized by vscode
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -3,5 +3,11 @@
|
||||
"editor.detectIndentation": false,
|
||||
"files.associations": {
|
||||
"header.h": "c"
|
||||
}
|
||||
},
|
||||
"C_Cpp.default.includePath": [
|
||||
"${workspaceFolder}/headers",
|
||||
"/opt/homebrew/Cellar/avr-gcc@9/9.4.0_1/lib/avr-gcc/9/gcc/avr/9.4.0/include",
|
||||
"/opt/homebrew/Cellar/avr-gcc@9/9.4.0_1/avr/include",
|
||||
"/opt/homebrew/include"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user