From ca2f879cb29058ed91fd7032a06af2b2a2f15fea Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 30 Mar 2023 16:34:55 +0800 Subject: [PATCH] update c_cpp_properties.json --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ba6be6c..b690ade 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -11,7 +11,7 @@ "cStandard": "gnu11", "cppStandard": "gnu++14", "intelliSenseMode": "linux-gcc-x64", - "compileCommands": "${workspaceFolder}/buildpc/compile_commands.json" + "compileCommands": "${workspaceFolder}/build/compile_commands.json" } ], "version": 4