Skip to content

Commit

Permalink
docs: add recommend extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Oct 31, 2024
1 parent 7fdbe48 commit 904f15e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "editorconfig.editorconfig", "bradlc.vscode-tailwindcss"]
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"vitest.explorer"
]
}

0 comments on commit 904f15e

Please sign in to comment.