Jumperless/JumperlessNano/.vscode/settings.json
2023-05-28 18:25:10 -07:00

15 lines
332 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"
},
"cortex-debug.registerUseNaturalFormat": false
}