Переглянути джерело

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"
     }
   }
 }