iot-firmware/.vscode/settings.json

18 lines
421 B
JSON
Raw Normal View History

2023-08-25 18:38:17 +00:00
{
2023-08-26 08:22:59 +00:00
"C_Cpp.errorSquiggles": "enabled",
"files.associations": {
2023-09-30 14:09:45 +00:00
"*.cps": "javascript",
2023-09-03 10:41:31 +00:00
"string": "cpp",
"optional": "cpp",
"istream": "cpp",
"ostream": "cpp",
"system_error": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
2023-09-29 16:18:21 +00:00
"utility": "cpp",
2023-09-30 14:09:45 +00:00
"*.d": "cpp",
"*.html": "cpp"
2023-08-26 08:22:59 +00:00
}
2023-08-25 18:38:17 +00:00
}