Skip to content

Commit

Permalink
chore: remove unnecessary config from vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcrazycoder committed Jul 28, 2023
1 parent 9063e04 commit 51d991f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"material-icon-theme.files.associations": {
"index.ts": "tree",
},
"files.exclude": {
"**/.turbo": true,
"**/node_modules": true,
Expand All @@ -24,7 +21,6 @@
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
Expand Down

0 comments on commit 51d991f

Please sign in to comment.