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
@pzelnip I'm assuming you want it to respect the Python environment set by the Python extension, is that right? I agree that's something that should be added. But as a work around, what I'm doing currently is launching vscode as a subprocess of a shell with my virtual environment activated.
I installed Black into a virtual environment, and every time I try to format I get:
If I install systemwide the error goes away. Would be nice to not have to install system-wide, much like I don't with tools like autopep8 or pylint.
The text was updated successfully, but these errors were encountered: