You've already forked jumperless-breadboard
mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2026-07-04 04:50:07 +00:00
31 lines
851 B
JSON
31 lines
851 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",
|
|
"prettier.printWidth": 200,
|
|
"python.analysis.fixAll": [],
|
|
"platformio-ide.reopenSerialMonitorDelay": 1000,
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.extraPaths": [
|
|
"typings",
|
|
"."
|
|
],
|
|
"python.analysis.stubPath": "typings",
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportMissingModuleSource": "none",
|
|
"reportMissingImports": "none"
|
|
}
|
|
}
|