Skip to content

Commit

Permalink
chore: update vscode configs (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Dec 29, 2023
1 parent 1984573 commit 15f0512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Expand Up @@ -2,8 +2,8 @@
"editor.formatOnSave": true,
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
}
}

0 comments on commit 15f0512

Please sign in to comment.