-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Format on save doesn't work for black when using conda run #9487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am able to reproduce the issue, thanks. The issue happens only with the conda interpreter, so you can select some other interpreter as a workaround. It will be fixed along with #9490. |
Another workaround is to use the previous version (2019.11.50794) |
This still happens. Any updates on this? |
Please open up a new issue, your issue is likely different. |
Closing as fixed according to #9487 (comment) |
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): jediEnabled set to trueSteps to Reproduce:
pip install black
:settings.json
:black_bug.py
). The file contents do not change, but the expected results was for the file to be changed to:(the same as executing
black --line-length 100 black_bug.py
)I do see that the following command has been executed in the console (output > Python)
The same problem happens when using autopep8 or other formatter
The text was updated successfully, but these errors were encountered: