👾 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
+4 -1
View File
@@ -2,7 +2,10 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
"platformio.platformio-ide",
"svelte.svelte-vscode",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"