fix(vscode): compile_commands.json path
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user