Skip to content

Commit

Permalink
update extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 29, 2024
1 parent 0d2b953 commit 7e1ac0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"vscode": {
"extensions": [
"vitest.explorer",
"rohit-gohri.format-code-action",
"biomejs.biome",
"esbenp.prettier-vscode"
],
Expand Down
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recommendations": [
"vitest.explorer",
"rohit-gohri.format-code-action",
"biomejs.biome"
"biomejs.biome",
"esbenp.prettier-vscode"
]
}

0 comments on commit 7e1ac0f

Please sign in to comment.