Skip to content

Commit

Permalink
Add recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Oct 2, 2023
1 parent 2e99ea7 commit 170759e
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
// 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"
]
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ardenivanov.svelte-intellisense",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"esbenp.prettier-vscode",
"fivethree.vscode-svelte-snippets",
"lkrms.inifmt",
"ms-python.black-formatter",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"platformio.platformio-ide",
"svelte.svelte-vscode",
"svelte.svelte-vscode",
"xaver.clang-format"
],
"unwantedRecommendations": ["ms-vscode.cpptools-extension-pack"]
}

0 comments on commit 170759e

Please sign in to comment.