-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
pipenv --py
might introduce newlines
#1005
Comments
|
As noted in "Steps to replicate": make the console small enough so the path doesn't fit on one line |
But this won't affect to coc-pyright's result, doesn't it? |
The newline ends up in So the issue is affecting coc-pyright but probably needs to be fixed in Pipenv. |
I see, node unlike python seems to create a barrier so rich, used by Pipenv and responsible for splitting the lines, assumes a width of 80. So use a long dictionary name to reproduce with node. |
What's this? |
I meant directory, sry! |
Closing for now. Thank you for your report. |
Just for reference: pypa/pipenv#5971 |
Just fyi: pypa/pipenv#5969
This leads to "Unable to get Python version from interpreter" and therefore broken experience
coc-pyright/src/configSettings.ts
Line 77 in 8789fcc
The text was updated successfully, but these errors were encountered: