Skip to content

Commit

Permalink
Update the list of recommended VSCode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Feb 14, 2025
1 parent 0b6b574 commit 6c10914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"recommendations": ["biomejs.biome", "eamodio.gitlens"],
"unwantedRecommendations": ["dbaeumer.jshint"]
"recommendations": ["biomejs.biome"],
"unwantedRecommendations": ["dbaeumer.jshint", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}

0 comments on commit 6c10914

Please sign in to comment.