Skip to content

Commit

Permalink
update .vscode/settings.json (#19084)
Browse files Browse the repository at this point in the history
### Description

`"explicit"` now replaced `true` to config entry
"source.organizeImports". Latest VSCode will automatically modify this
config.
  • Loading branch information
fs-eire authored Jan 11, 2024
1 parent 053ddfe commit 0a0ef95
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 @@ -11,7 +11,7 @@
// Auto sort imports
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
Expand Down

0 comments on commit 0a0ef95

Please sign in to comment.