You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open a multi root workspace and save a file it usually works fine.
If I happen to save an empty file VSCode hangs and displays getting code actions from 'isort'. There are a few things that need to happen for this to break it seems.
The file has to be empty. Any python code or comments will prevent this bug from occurring.
Must be in a multi root workspace.
Must save the empty file.
After this no import organization will work until VSCode is restarted.
Granted this is not going to be a common issue. But I thought it was worth bringing attention to.
If I open a multi root workspace and save a file it usually works fine.
If I happen to save an empty file VSCode hangs and displays
getting code actions from 'isort'
. There are a few things that need to happen for this to break it seems.After this no import organization will work until VSCode is restarted.
Granted this is not going to be a common issue. But I thought it was worth bringing attention to.
https://github.com/rob-steele-active/isort-bug-repro
The text was updated successfully, but these errors were encountered: