Skip to content

Commit

Permalink
feat(javascript): update extensions list
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 21, 2024
1 parent 106a1c7 commit 3396e14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/javascript/vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"recommendations": ["editorconfig.editorconfig", "esbenp.prettier-vscode"]
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"github.vscode-github-actions",
"vitest.explorer"
]
}

0 comments on commit 3396e14

Please sign in to comment.