[platformio] Align configs with Arduino IDE

This commit is contained in:
Paul Vakhrushev
2021-02-28 21:47:00 +00:00
parent f69566e175
commit 263da7a680
7 changed files with 55 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{
"files.associations": {
"*.tcc": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp"
}
}