Skip to content
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

Can't identify ‘~’ unanimously #2274

Closed
weqopy opened this issue Jul 30, 2018 · 0 comments
Closed

Can't identify ‘~’ unanimously #2274

weqopy opened this issue Jul 30, 2018 · 0 comments
Assignees
Labels
area-formatting bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority

Comments

@weqopy
Copy link

weqopy commented Jul 30, 2018

Environment data

  • VS Code version: 1.25.1
  • Extension version (available under the Extensions sidebar): 2018.7.1
  • OS and version: macOS High Sierra 10.13.6
  • Python version (& distribution if applicable, e.g. Anaconda): 3.6.5
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
  • Relevant/affected Python packages and their versions: No

Actual behavior

settings like these:

"python.linting.pylintPath": "~/venv/bin/pylint",
"python.formatting.provider": "black",
"python.formatting.blackPath": "~/venv/bin/black",

pylint works fine but black doesn't:
ex_1

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.

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug needs PR labels Jul 30, 2018
@brettcannon brettcannon added the important Issue identified as high-priority label Aug 2, 2018
@DonJayamanne DonJayamanne self-assigned this Oct 3, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Nov 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-formatting bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority
Projects
None yet
Development

No branches or pull requests

3 participants