iot-heater/.vscode/settings.json
Gašper Dobrovoljc 59252e81b0
Added settings
2023-02-19 14:16:00 +01:00

25 lines
511 B
JSON

{
"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"
},
"C_Cpp.errorSquiggles": "enabled"
}