更新 c_cpp_properties.json

This commit is contained in:
colin 2024-03-21 21:17:14 +08:00
parent 1b85cc41b9
commit d340d62f9a
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,12 @@
], ],
"defines": [], "defines": [],
"compilerPath": "/usr/bin/clang-3.9", "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 "version": 4