Skip to content

Commit 944e806

Browse files
committed
Add organizeImports code action on save
1 parent f665ad7 commit 944e806

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)