From 8788798204cfef3c9465bd73bb1af39b2f9f717e Mon Sep 17 00:00:00 2001 From: Tristan Menzel Date: Wed, 24 Jan 2024 16:32:14 -0800 Subject: [PATCH] chore: Update vscode settings --- .vscode/settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ada06fe885..5801e1b4e5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": {