Closed Spenhouet closed 2 years ago
Try adding "isort.args": ["--profile", "google"]
setting.
Also just noticed that this makes it stable in this case. Will need to see if this works in all cases. Will reopen an issue should I have a new reporduction.
When I enable
organizeImports
, the code starts dancing on every save.That is the line of code:
My config:
In 15. May 2020 I already reported this here: https://github.com/microsoft/vscode/issues/83586#issuecomment-629178158
One conclusion seems to be that one currently cannot choose what
organizeImports
provider one actually wants to run and there is more than just isort running (https://github.com/microsoft/vscode/issues/90221).Since this was ignored previously, how can I just run isort without running anything else to avoid the above issue?