Skip to content

Commit

Permalink
Fix settings.json cmake merged commands location (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
giotherobot authored Mar 22, 2024
1 parent 9f9d2f3 commit 86f3291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"C_Cpp.default.compileCommands": "${config:cmake.buildDirectory}/compile_commands.json",
"cmake.mergedCompileCommands": "${config:cmake.buildDirectory}/compile_commands.json",
"cmake.mergedCompileCommands": "${command:cmake.buildDirectory}/compile_commands.json",
"clangd.arguments": [
"--compile-commands-dir=${config:cmake.buildDirectory}/"
],
Expand Down

0 comments on commit 86f3291

Please sign in to comment.