18 lines
422 B
JSON
Raw Normal View History

{
2023-05-28 18:25:10 -07:00
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
2023-05-31 16:00:30 -07:00
"ranges": "cpp",
2023-07-20 08:20:01 -07:00
"cstring": "cpp",
"cmath": "cpp"
2023-05-28 18:25:10 -07:00
},
2023-05-31 16:00:30 -07:00
"cortex-debug.registerUseNaturalFormat": false,
"C_Cpp.errorSquiggles": "disabled"
}