You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
616 B
25 lines
616 B
{ |
|
"cmake.configureOnOpen": false, |
|
"cmake.statusbar.advanced": { |
|
"debug" : { |
|
"visibility": "hidden" |
|
}, "launch" : { |
|
"visibility": "hidden" |
|
}, |
|
"build" : { |
|
"visibility": "hidden" |
|
}, |
|
"buildTarget" : { |
|
"visibility": "hidden" |
|
}, |
|
}, |
|
"cmake.buildBeforeRun": true, |
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", |
|
"cortex-debug.openocdPath": "/opt/pico/bin/openocd", |
|
"files.associations": { |
|
"epd0.h": "c", |
|
"stdlib.h": "c", |
|
"epd.h": "c", |
|
"stddef.h": "c" |
|
} |
|
}
|
|
|