Skip to content

Commit

Permalink
changed settings from true to explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
s-o-w committed Mar 11, 2024
1 parent 9186d4e commit 04200ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
}
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
}
},
"typescript.updateImportsOnFileMove.enabled": "always",
Expand Down

0 comments on commit 04200ec

Please sign in to comment.