Skip to content

Commit

Permalink
Don't set CMAKE_EXPORT_COMPILE_COMMANDS via cmake.configureSettings
Browse files Browse the repository at this point in the history
It's controlled by cmake.exportCompileCommandsFile and defaults to true
  • Loading branch information
ilya-fedin committed Feb 13, 2025
1 parent ef859d7 commit 468250a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"--compile-commands-dir=${workspaceFolder}/out"
],
"cmake.generator": "Ninja Multi-Config",
"cmake.buildDirectory": "${workspaceFolder}/out",
"cmake.configureSettings": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
}
"cmake.buildDirectory": "${workspaceFolder}/out"
},
"extensions": [
"ms-vscode.cpptools-extension-pack",
Expand Down

0 comments on commit 468250a

Please sign in to comment.