Create Makefiles instead of Ninja
This commit is contained in:
parent
c6f442b645
commit
92ed0883f6
1 changed files with 12 additions and 11 deletions
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
|
@ -1,18 +1,19 @@
|
|||
{
|
||||
"cmake.configureOnOpen": false,
|
||||
"cmake.statusbar.advanced": {
|
||||
"debug" : {
|
||||
"debug": {
|
||||
"visibility": "hidden"
|
||||
}, "launch" : {
|
||||
},
|
||||
"launch": {
|
||||
"visibility": "hidden"
|
||||
},
|
||||
"build" : {
|
||||
},
|
||||
"build": {
|
||||
"visibility": "hidden"
|
||||
},
|
||||
"buildTarget" : {
|
||||
},
|
||||
"buildTarget": {
|
||||
"visibility": "hidden"
|
||||
},
|
||||
},
|
||||
"cortex-debug.openocdPath": "${env:HOME}/pico/openocd/src/openocd",
|
||||
|
||||
},
|
||||
},
|
||||
"cmake.generator": "Unix Makefiles",
|
||||
"cortex-debug.openocdPath": "${env:HOME}/pico/openocd/src/openocd",
|
||||
}
|
Loading…
Reference in a new issue