-
Notifications
You must be signed in to change notification settings - Fork 30k
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
--upload-logs not functional on Windows #42635
Comments
Yeah, there's no stdin in the main process. That's why we have the CLI process. |
@joaomoreno Ok. So no stdin at all, even if you manually try to configure it? I investigated moving the upload logs confirmation prompt to the CLI process but it's not easy since we need to print the path to the logs as part of this prompt. Any alternatives? |
None at all. 😢 Shouldn't you be able to print the path to the logs easily from the CLI? The same world lives there: environment service, etc. |
Ok, with 1872949 I've reworked the flow to no longer use stdin because it was getting complicated. Instead we ask the user the pass in a |
Not sure if this is from this change, but it still doesn't work:
|
Weird. I haven't see this on master. Let me try the latest insiders build |
Doh! I forgot to push a local fix yesterday which probably explains why this was totally all "works on my machine". Should be fixed by 5a8934a I'll cherry pick this to 1.20 too |
Issue Type
Bug
Description
Testing #42352
Could be nodejs/node#11656 .
VS Code Info
VS Code version: Code - Insiders 1.20.0-insider (648c46d, 2018-01-31T10:13:25.946Z)
OS version: Windows_NT x64 10.0.15063
System Info
The text was updated successfully, but these errors were encountered: