diff --git a/c_cpp_properties.json b/c_cpp_properties.json index eee89c2..9c1c948 100644 --- a/c_cpp_properties.json +++ b/c_cpp_properties.json @@ -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