Skip to content

Commit d0544bc

Browse files
authored
chore(dx): add isort to vscode settings (#27868)
1 parent f96e18d commit d0544bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
},
4646

4747
"[python]": {
48-
"editor.formatOnSave": true
48+
"editor.formatOnSave": true,
49+
"editor.codeActionsOnSave": {
50+
"source.organizeImports": true
51+
}
4952
},
5053

5154
"[html]": {

0 commit comments

Comments
 (0)