Skip to content

Commit

Permalink
chore: update workspace recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Feb 22, 2024
1 parent d5cfccc commit 518a099
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"recommendations": ["astro-build.astro-vscode", "dbaeumer.vscode-eslint"],
"unwantedRecommendations": []
"recommendations": [
"astro-build.astro-vscode",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"mattpocock.ts-error-translator"
],
"unwantedRecommendations": []
}

0 comments on commit 518a099

Please sign in to comment.