Files
IoTManager/.vscode/settings.json

15 lines
328 B
JSON
Raw Normal View History

2022-08-30 00:23:06 +02:00
{
"files.associations": {
"system_error": "cpp",
2022-09-14 18:53:02 +02:00
"xlocale": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp"
2022-08-30 00:23:06 +02:00
}
}