mirror of
https://github.com/StefanHamminga/StepperDriverModuleCarrier
synced 2025-04-01 05:46:22 +03:00
20 lines
507 B
JSON
20 lines
507 B
JSON
{
|
|
"cmake.copyCompileCommands": "",
|
|
"cmake.statusbar.advanced": {
|
|
"debug": {
|
|
"visibility": "hidden"
|
|
},
|
|
"launch": {
|
|
"visibility": "hidden"
|
|
},
|
|
"build": {
|
|
"visibility": "default"
|
|
},
|
|
"buildTarget": {
|
|
"visibility": "hidden"
|
|
}
|
|
},
|
|
"cmake.buildBeforeRun": true,
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"cortex-debug.openocdPath": "/usr/local/bin/openocd"
|
|
} |