From d340d62f9a855d120843c67aa97619a61986e5fb Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 21 Mar 2024 21:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20c=5Fcpp=5Fproperties.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c_cpp_properties.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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