Fix deleted file

This commit is contained in:
tonyxforce
2023-08-25 01:03:14 +02:00
committed by GitHub
parent 350e20544d
commit 3499c38fed

10
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}