iot-heater/.vscode/settings.json

25 lines
512 B
JSON
Raw Normal View History

2023-02-19 13:16:00 +00:00
{
"files.associations": {
"*.ejs": "html",
"*.ipp": "cpp",
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"__tree": "cpp",
"array": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"map": "cpp",
"regex": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"valarray": "cpp",
"vector": "cpp"
},
2023-03-27 12:50:35 +00:00
"C_Cpp.errorSquiggles": "disabled"
2023-02-19 13:16:00 +00:00
}