cmvr-es/.vscode/settings.json

12 lines
443 B
JSON
Raw Permalink Normal View History

2026-03-17 15:59:25 +08:00
{
2026-07-02 08:29:19 +08:00
"cmake.sourceDirectory": "${workspaceFolder}",
"cmake.buildDirectory": "${workspaceFolder}/build/vscode-debug",
"cmake.configureSettings": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
},
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/vscode-debug/compile_commands.json",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x64"
2026-03-17 15:59:25 +08:00
}