Update extensions.json

This commit is contained in:
Jm Casler 2023-07-26 16:38:48 -07:00 committed by Thomas Göttgens
parent 5f38e79b8f
commit 641d117106

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