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
+5 -6
View File
@@ -1,6 +1,5 @@
.pio .pio
.pioenvs .vscode/.browse.c_cpp.db*
.piolibdeps .vscode/c_cpp_properties.json
.vscode/.browse.c_cpp.db* .vscode/launch.json
.vscode/c_cpp_properties.json .vscode/ipch
.vscode/launch.json
+10 -7
View File
@@ -1,7 +1,10 @@
{ {
// See http://go.microsoft.com/fwlink/?LinkId=827846 // See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"platformio.platformio-ide" "platformio.platformio-ide"
] ],
} "unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}