Skip to content

Commit

Permalink
don't include zipfs in recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Mar 7, 2024
1 parent f09b21c commit 3a70193
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}

0 comments on commit 3a70193

Please sign in to comment.