Can't identify ‘~’ unanimously #2274
Labels
area-formatting
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
Milestone
Environment data
Actual behavior
settings like these:
pylint works fine but black doesn't:
And it works well after I change it to
"python.formatting.blackPath": "Users/Username/venv/bin/black",
Expected behavior
vscode-python
should identify~
all the time."python.formatting.blackPath": "~/venv/bin/black",
should works well.The text was updated successfully, but these errors were encountered: