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

Tasks dont show full output when terminal is small #66758

Closed
kevindiclemente opened this issue Jan 19, 2019 · 10 comments
Closed

Tasks dont show full output when terminal is small #66758

kevindiclemente opened this issue Jan 19, 2019 · 10 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) tasks Task system issues
Milestone

Comments

@kevindiclemente
Copy link

Issue Type: Bug

Tasks don't display the full output from a shell command when the terminal is small, it will also glitch scroll down on task start. Happy to provide a repro, kedicl@microsoft.com

VS Code version: Code 1.30.2 (61122f8, 2019-01-07T22:54:13.295Z)
OS version: Windows_NT x64 10.0.17763

@vscodebot vscodebot bot added the tasks Task system issues label Jan 19, 2019
@fedorg
Copy link

fedorg commented Jan 20, 2019

Bugged outputNormal output

image

image

Possible duplicates: #57803 #33544 #43169

@alexr00
Copy link
Member

alexr00 commented Jan 21, 2019

This is likely a dupe of #57803. Since you're on a recent enough Windows build, can you try using the setting "terminal.integrated.windowsEnableConpty": true? It has it's own problems, but it will confirm that #57803 is the cause.

@alexr00 alexr00 added the info-needed Issue requires more information from poster label Jan 21, 2019
@kevindiclemente
Copy link
Author

Hi Alex, This still repros even with "terminal.integrated.windowsEnableConpty": true (which seems to only be avaiable in insiders)

@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Jan 23, 2019
@alexr00
Copy link
Member

alexr00 commented Jan 23, 2019

I can reproduce the scroll issue.

@alexr00 alexr00 added this to the December/January 2019 milestone Jan 23, 2019
@kevindiclemente
Copy link
Author

kevindiclemente commented Jan 25, 2019

If you fix this issue, can you add me to the PR? I'd like to learn more about the code base :) Happy to help fix things as I come across them

@alexr00
Copy link
Member

alexr00 commented Jan 28, 2019

I'm seeing the same scrolling behavior in the integrated terminal when using it without tasks. However, I'm not on a sufficiently new enough build to try a stable version of conpty (see #66158, the build number changed). I'll test on the newer Windows Insider build and see if it's still happening there.

@Tyriar
Copy link
Member

Tyriar commented Jan 29, 2019

This is almost certainly a winpty issue, I'd close as a duplicate of #45693 if it was assigned to me. Conpty should fix it (when people get it).

@alexr00
Copy link
Member

alexr00 commented Jan 29, 2019

In that case, duplicate of #66574.

@alexr00 alexr00 added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 29, 2019
@vscodebot
Copy link

vscodebot bot commented Jan 29, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jan 29, 2019
@kevindiclemente
Copy link
Author

@alexr00 I was able to unblock myself here by removing a nested bat script:
before: i had foo.bat call bar.bat
now: i invoke bar.bat directly i don't experiance any weird issues

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) tasks Task system issues
Projects
None yet
Development

No branches or pull requests

4 participants