Skip to content

Commit

Permalink
vscode: replace deprecated setting
Browse files Browse the repository at this point in the history
This change was made automatically by VS Code since `true` has been
deprecated.
  • Loading branch information
dlech committed Dec 23, 2023
1 parent 666c85a commit 13c0e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
"black-formatter.importStrategy": "fromEnvironment",
Expand Down

0 comments on commit 13c0e0c

Please sign in to comment.