Skip to content

Commit

Permalink
Update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed Jan 2, 2024
1 parent 745f4ae commit 3e0eee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
}

0 comments on commit 3e0eee0

Please sign in to comment.