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