Преглед на файлове

update settings for VSCode 1.85

Falko Schindler преди 1 година
родител
ревизия
9b630c3645
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"
     }
   }
 }