Don't set CMAKE_EXPORT_COMPILE_COMMANDS via cmake.configureSettings

It's controlled by cmake.exportCompileCommandsFile and defaults to true
This commit is contained in:
Ilya Fedin 2025-02-13 23:54:43 +04:00 committed by John Preston
parent 03af444735
commit 4950b52359

View file

@ -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",