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
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
Based on the documentation, it seems like isort should be bundled into this plugin.
However, when I run isort via "python.sortImports", I'm told that isort is not found. It works fine if I install isort as a local dependency in my project. However, given I work in multiple virtual environments, it does become slightly tedious to have to do so every time (compared to black, for example, which seems to be setup to work as expected).
Perhaps I missed something in the long list of config flags, but curious to see if I'm misinterpreting the expected base behaviour.
The text was updated successfully, but these errors were encountered:
Based on the documentation, it seems like isort should be bundled into this plugin.
However, when I run isort via "python.sortImports", I'm told that isort is not found. It works fine if I install isort as a local dependency in my project. However, given I work in multiple virtual environments, it does become slightly tedious to have to do so every time (compared to black, for example, which seems to be setup to work as expected).
Perhaps I missed something in the long list of config flags, but curious to see if I'm misinterpreting the expected base behaviour.
The text was updated successfully, but these errors were encountered: