Files
IoTManager/.vscode/settings.json

14 lines
304 B
JSON
Raw Normal View History

2022-09-26 21:56:54 +02:00
{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"thread": "cpp"
2022-09-26 21:56:54 +02:00
}
}