Skip to content

Commit e7e384a

Browse files
committed
DX: update organizeImports VSCode setting
1 parent f731cbe commit e7e384a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"[python]": {
2222
"editor.codeActionsOnSave": {
23-
"source.organizeImports": true
23+
"source.organizeImports": "explicit"
2424
},
2525
"editor.defaultFormatter": "ms-python.black-formatter",
2626
"editor.rulers": [88]

0 commit comments

Comments
 (0)