Browse Source

update settings for VSCode 1.85

Falko Schindler 1 year ago
parent
commit
9b630c3645
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .vscode/settings.json

+ 1 - 1
.vscode/settings.json

@@ -30,7 +30,7 @@
   "[python]": {
     "editor.defaultFormatter": "ms-python.autopep8",
     "editor.codeActionsOnSave": {
-      "source.organizeImports": true
+      "source.organizeImports": "explicit"
     }
   }
 }