Copy compile_commands.json to workspace root.

This commit is contained in:
Bartosz Taudul 2024-03-17 18:18:21 +01:00
parent 1a3131178d
commit 4c6f6332b0
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -14,5 +14,6 @@
"cmake.options.advanced": {
"folder": { "statusBarVisibility": "visible" },
"variant": { "statusBarVisibility": "compact" }
}
},
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
}