-
Notifications
You must be signed in to change notification settings - Fork 222
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
Does not generate output in VS Code #179
Comments
im having the opposite issue - it shows in vscode (which is set to use gitbash), but doesnt show in the standalone git bash |
This seems to be related to #133 Another observation - for me, the progress bar doesnt appear when I use edit: Something about the way edit 2: edit 3:
that would explain why nothing is happening. if its impossible to get the correct behaviour if the stream is not TTY, can we at least have some kind of graceful degradation? |
Ok it turns out this issue is resolved by #168 In the meantime i fixed it by just doing this:
|
Adding the follow option to launch.json works:
|
Hey,
I'm using the progress bar in a project of mine. Strangely it shows up in GitBash in cmd and in the powershell but it doesn't show in the vs code debugger. Do you have any explanations? So far I've not been able to get it to work.
The text was updated successfully, but these errors were encountered: