👾 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"
+1 -1
View File
@@ -1,3 +1,3 @@
{
"recommendations": ["svelte.svelte-vscode"]
"recommendations": ["svelte.svelte-vscode", "bradlc.vscode-tailwindcss", "esbenp.prettier-vscode"]
}
+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"
]