f103c8_minimal_ll/.vscode/settings.json
2025-05-28 09:23:16 +02:00

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"
}