-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
code --help
from git bash terminal on windows now failing
#54561
Comments
Does |
It works from the Windows command prompt. |
Seems to work fine over here. What does |
|
The odd Windows version can explain it. You can try to figure out where it goes wrong by editing that script. For example, what is the value of |
Sounds daft, but I don't know how to do that! I'll come back when I've worked out how to debug bash scripts on Windows! |
Does this help?
|
Yeah the interesting part is:
This seems to result in an empty string. Does |
Both are present. What is $0 when the call is made? I can try to reconstruct how
ends up empty |
|
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
(N.B. There's a possibly related old issue here)
Using VS Code as my commit message editor for git on Windows was working fine, but recently it fails. If I try
code --help
I get the same error message:I am using an odd version of Windows (18200.rs_prerelease.180716-1422), I do not know if that's a contributing factor in the error.
The text was updated successfully, but these errors were encountered: