10 lines
No EOL
253 B
JSON
10 lines
No EOL
253 B
JSON
{
|
|
"cmake.cmakePath": "cube-cmake",
|
|
"cmake.configureArgs": [
|
|
"-DCMAKE_COMMAND=cube-cmake"
|
|
],
|
|
"cmake.preferredGenerators": [
|
|
"Ninja"
|
|
],
|
|
"sonarlint.pathToCompileCommands": "${workspaceFolder}/compile_commands.json"
|
|
} |