Added .vscode/extensions.json

This commit is contained in:
2023-10-21 14:33:34 +02:00
parent a71ced1b71
commit d6cb450741
2 changed files with 10 additions and 1 deletions
+10
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"
]
}