更新 c_cpp_properties.json
This commit is contained in:
parent
1b85cc41b9
commit
d340d62f9a
|
@ -14,7 +14,12 @@
|
|||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/clang-3.9",
|
||||
"compileCommands": "${workspaceFolder}/compile_commands.json"
|
||||
"compileCommands": "${workspaceFolder}/compile_commands.json",
|
||||
"C_Cpp.files.exclude": {
|
||||
"3rdparties/ghal": true,
|
||||
"**/.vscode": true,
|
||||
"**/.vs": true
|
||||
},
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
|
Loading…
Reference in New Issue