nucleo_f446re_playground/.vscode/settings.json
2025-06-09 18:13:05 +02:00

9 lines
No EOL
170 B
JSON

{
"cmake.cmakePath": "cube-cmake",
"cmake.configureArgs": [
"-DCMAKE_COMMAND=cube-cmake"
],
"cmake.preferredGenerators": [
"Ninja"
]
}