Jumperless/JumperlessNano/.vscode/settings.json
Kevin Santo Cappuccio f9640cedd1 probe
2024-02-17 17:23:47 -08:00

18 lines
422 B
JSON

{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"cstring": "cpp",
"cmath": "cpp"
},
"cortex-debug.registerUseNaturalFormat": false,
"C_Cpp.errorSquiggles": "disabled"
}