We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
organizeImports
1 parent f731cbe commit e7e384aCopy full SHA for e7e384a
.vscode/settings.json
@@ -20,7 +20,7 @@
20
},
21
"[python]": {
22
"editor.codeActionsOnSave": {
23
- "source.organizeImports": true
+ "source.organizeImports": "explicit"
24
25
"editor.defaultFormatter": "ms-python.black-formatter",
26
"editor.rulers": [88]
0 commit comments