Skip to content

Integrated Terminal glitched output with docker push #47088

Closed
@nourselim0

Description

@nourselim0
  • VSCode Version: 1.21.1
  • OS Version: Windows 10 Pro Version 1709

Steps to Reproduce:

  1. Run docker push on the integrated terminal while it's small (enough to not show all the layers)
  2. Attempt to scroll while the layers are being uploaded
  3. Notice that lines (with layer progress change) get duplicated

Screenshot: (notice how the c041efd84434 line is duplicated)
image

I don't believe that this is related to #36630 because I don't get that io error and the push completes successfully, but the progress bars glitch in this way.
This issue might apply to other CLI tools that modify previous lines in the console, not just docker push, but I haven't encountered any of these myself so I can't confirm.

Note: I'm using cmd in the integrated terminal, I haven't tested with Powershell.

Does this issue occur when all extensions are disabled?: Probably

Activity

added
terminalGeneral terminal issues that don't fall under another label
on Apr 2, 2018
changed the title Integrated Terminal glitched output with docker Integrated Terminal glitched output with docker push on Apr 2, 2018
Tyriar

Tyriar commented on Apr 2, 2018

@Tyriar
Member

This is one of the issues caused by winpty, tracking in #45693

added
*duplicateIssue identified as a duplicate of another issue(s)
on Apr 2, 2018
nourselim0

nourselim0 commented on Apr 2, 2018

@nourselim0
Author

@Tyriar I'm not sure which of the linked issues in that meta-issue is the duplicate.
My line duplication issue doesn't happen when resizing, it happens when scrolling then a line gets updated (like the progress bar).

Tyriar

Tyriar commented on Apr 2, 2018

@Tyriar
Member

@hassanselim0 I edited the issue to call this one out explicitly.

locked and limited conversation to collaborators on May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)terminalGeneral terminal issues that don't fall under another label

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

    Participants

    @nourselim0@Tyriar

    Issue actions

      Integrated Terminal glitched output with docker push · Issue #47088 · microsoft/vscode