Files
IoTManager/.vscode/settings.json

7 lines
114 B
JSON
Raw Normal View History

2020-10-20 17:22:26 +03:00
{
"files.associations": {
"*.tcc": "cpp",
2020-10-20 22:55:45 +03:00
"string": "cpp",
"functional": "cpp"
2020-10-20 17:22:26 +03:00
}
}