Jumperless/JumperlessNano/.vscode/settings.json

23 lines
547 B
JSON
Raw Normal View History

2024-02-18 02:23:47 +01:00
{
"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,
2024-11-11 19:02:25 +01:00
"C_Cpp.errorSquiggles": "disabled",
"prettier.printWidth": 200,
"python.analysis.fixAll": [
],
"platformio-ide.reopenSerialMonitorDelay": 1000
2024-02-18 02:23:47 +01:00
}