Skip to content

Commit aba8fdc

Browse files
committed
Add code actions on save for organizing imports
1 parent 7d9a9fe commit aba8fdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@
2626
"[python]": {
2727
"editor.defaultFormatter": "charliermarsh.ruff"
2828
},
29+
"editor.codeActionsOnSave": {
30+
"source.organizeImports": "explicit",
31+
},
2932
}

0 commit comments

Comments
 (0)