cmvr-es/.vscode/settings.json

13 lines
493 B
JSON
Raw Permalink Normal View History

2026-03-17 15:59:25 +08:00
{
"cmake.configureOnOpen": true,
"cmake.buildDirectory": "${workspaceFolder}/cmake-build-debug",
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"cmake.configureSettings": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
},
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.intelliSenseMode": "linux-gcc-x64"
}