tutorial-kirigami2/.vscode/settings.json

10 lines
No EOL
305 B
JSON

{
"cmake.generator": "Ninja",
"cmake.configureSettings": {
"CMAKE_EXPORT_COMPILE_COMMANDS:BOOL": "ON",
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"QT_MAJOR_VERSION": "6"
},
"cmake.buildDirectory": "${workspaceFolder}/build",
"C_Cpp.intelliSenseEngine": "disabled",
}