Skip to content

Commit

Permalink
fix: update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored and pavanjoshi914 committed Mar 11, 2024
1 parent 0a42b3d commit 9c26822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit 9c26822

Please sign in to comment.