fix depency names

This commit is contained in:
Stephan Mühl
2023-03-22 12:25:45 +01:00
parent 8784dcf9e0
commit 08e96cbbfd
2 changed files with 11 additions and 1 deletions

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"
]
}