Skip to content

Commit

Permalink
chore: Update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Jan 31, 2024
1 parent f294371 commit 8788798
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// General - see also /.editorconfig
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
// Don't want to use isort because it conflicts with Ruff - see run on save below
"source.organizeImports": true,
"source.fixAll": true
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.exclude": {
Expand Down

0 comments on commit 8788798

Please sign in to comment.