Kevin Santo Cappuccio 009eeced7a sonofabitch
2025-05-29 20:36:34 -07:00

43 lines
1.3 KiB
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",
"bit": "cpp",
"compare": "cpp",
"cstddef": "cpp",
"limits": "cpp",
"memory": "cpp",
"new": "cpp",
"functional": "cpp",
"*.tcc": "cpp",
"optional": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"regex": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"variant": "cpp",
"flash.h": "c",
"pico.h": "c"
},
"cortex-debug.registerUseNaturalFormat": false,
"C_Cpp.errorSquiggles": "disabled",
"clang-format.language.cpp.style": "file",
"C_Cpp.clang_format_style": "file : /Users/kevinsanto/Documents/GitHub/JumperlessV5/JumperlessV5firmware/.vscode/.clang-format",
"cortex-debug.variableUseNaturalFormat": false,
"cmake.ignoreCMakeListsMissing": true,
"terminal.integrated.automationProfile.windows": {
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "Bypass"]
}
}