8 lines
No EOL
199 B
JSON
8 lines
No EOL
199 B
JSON
{
|
|
"cmake.generator": "Ninja",
|
|
"cmake.configureArgs": [
|
|
"${env:cmakeFlags}"
|
|
],
|
|
"cmake.buildDirectory": "${workspaceFolder}/build",
|
|
"C_Cpp.intelliSenseEngine": "disabled",
|
|
} |