Skip to content

Commit

Permalink
chore: add typescript to recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Apr 25, 2024
1 parent 3481b17 commit b2599ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"astro-build.astro-vscode",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"mattpocock.ts-error-translator"
"mattpocock.ts-error-translator",
"ms-vscode.vscode-typescript-next"
],
"unwantedRecommendations": []
}

0 comments on commit b2599ed

Please sign in to comment.