Only organize Python imports automatically

It's causing changes that aren't reproduced/picked up by prettier:

https://github.com/ankitects/anki/pull/1862#discussion_r870395750
This commit is contained in:
Damien Elmes 2022-05-13 13:44:48 +10:00
parent 3b8aa97396
commit e025f2f879

View File

@ -1,7 +1,9 @@
{
"editor.formatOnSave": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"files.watcherExclude": {
"**/.git/objects/**": true,