Browse Source

chore(dx): add isort to vscode settings (#27868)

Josh Ferge 3 years ago
parent
commit
d0544bc3d0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .vscode/settings.json

+ 4 - 1
.vscode/settings.json

@@ -45,7 +45,10 @@
   },
 
   "[python]": {
-    "editor.formatOnSave": true
+    "editor.formatOnSave": true,
+    "editor.codeActionsOnSave": {
+      "source.organizeImports": true
+    }
   },
 
   "[html]": {