👾 Adds the recommended extensions

This commit is contained in:
Rune Harlyk
2024-05-27 23:09:57 +02:00
committed by Rune Harlyk
parent 0122491367
commit 482a8ed50c
3 changed files with 6 additions and 5 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"recommendations": ["platformio.platformio-ide", "esbenp.prettier-vscode"],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]