formatted extensions

This commit is contained in:
Hendrik Rauh 2024-10-24 19:07:52 +02:00
parent bb71af176e
commit 34024760d3

View file

@ -1,6 +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"]
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}