ttgo-t-beam-gps-ttn-tracker/.vscode/settings.json

15 lines
332 B
JSON
Raw Normal View History

2020-02-01 14:15:01 +00:00
{
"files.associations": {
"*.tcc": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"limits": "cpp",
"sstream": "cpp",
"system_error": "cpp"
}
}