python formatting in venv not working #22140
Replies: 2 comments 4 replies
|
If you're using the built-in formatting support, please switch to either https://github.com/microsoft/vscode-black-formatter or https://github.com/microsoft/vscode-autopep8 as we will be removing built-in support next month. If you are using the separate extensions, please open bug reports on the appropriate extension so we can better help you figure out what's going on. |
0 replies
|
I meet the same question: when the interpreter is venv's python, both of autopep8 and black don't work. But when i change the interpreter to system interpreter, both of autopep8 and block work well. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
autopep, black or whatever are not working properly. sometimes it works for a shot time after a fresh install, but after closing and reopening a workspace, formatting breaks again.
All reactions