fix(vscode): compile_commands.json path

This commit is contained in:
Brock Allen
2024-01-27 22:11:40 +00:00
parent b05d664265
commit 2e0be716a3

View File

@@ -5,7 +5,7 @@
"[cpp]": {
"editor.formatOnSave": true
},
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
"cmake.configureOnOpen": true,
"extensions.ignoreRecommendations": true
}