forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Can't identify ‘~’ unanimously #2274
Copy link
Copy link
Closed
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priority
Milestone
Metadata
Metadata
Assignees
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
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-pythonshould identify~all the time."python.formatting.blackPath": "~/venv/bin/black",should works well.