Skip to content

Commit

Permalink
Remove unnecessary vscode settings line
Browse files Browse the repository at this point in the history
This settings file was copied from a different project, but this section
isn't needed here.
  • Loading branch information
mogzol committed Dec 14, 2023
1 parent 9f49c7d commit 7c7e216
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
".env.*": "properties"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 7c7e216

Please sign in to comment.