We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use ~/.local/bin/black as path to the black but vscode prompted me that "Path to the black formatter is invalid". It's kind of weird because my flake8 is on the same path but it works just fine. And I found there's a missing process for blackPath on https://github.com/Microsoft/vscode-python/blob/master/src/client/common/configSettings.ts#L231-L233 .
expand user home directory.
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Python
Output
View
XXX
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)
Console
Developer Tools
Help
The text was updated successfully, but these errors were encountered:
Closing in favor of #2274
Sorry, something went wrong.
No branches or pull requests
Environment data
Actual behavior
I tried to use ~/.local/bin/black as path to the black but vscode prompted me that "Path to the black formatter is invalid". It's kind of weird because my flake8 is on the same path but it works just fine. And I found there's a missing process for blackPath on https://github.com/Microsoft/vscode-python/blob/master/src/client/common/configSettings.ts#L231-L233 .
Expected behavior
expand user home directory.
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: