70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
// These settings tweaks to the cmake plugin will ensure
|
|
// that you debug using cortex-debug instead of trying to launch
|
|
// a Pico binary on the host
|
|
"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",
|
|
"cmake.configureOnOpen": true,
|
|
"cortex-debug.gdbPath": "gdb-multiarch",
|
|
"files.associations": {
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"*.tcc": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"deque": "cpp",
|
|
"map": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp",
|
|
"exception": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"random": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"fstream": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iosfwd": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"ostream": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"typeinfo": "cpp"
|
|
}
|
|
} |