Update extensions.json

This commit is contained in:
Jm Casler
2023-08-03 10:05:38 +02:00
committed by Thomas Göttgens
co-authored by Thomas Göttgens
parent 5f38e79b8f
commit 641d117106
+4 -5
View File
@@ -2,9 +2,8 @@
// 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" "ms-vscode.cpptools",
"platformio.platformio-ide",
"trunk.io"
], ],
"unwantedRecommendations": [ }
"ms-vscode.cpptools-extension-pack"
]
}