Updated by PlatformIO

This commit is contained in:
2023-10-28 00:39:39 +02:00
parent 6547f2eaed
commit 005c05ae61
2 changed files with 15 additions and 13 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
.pio
.pioenvs
.piolibdeps
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
+3
View File
@@ -3,5 +3,8 @@
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}