iot-heater/.vscode/settings.json
Gašper Dobrovoljc 8e64445c25
Work
2023-03-27 14:50:35 +02:00

25 lines
512 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": "disabled"
}