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

Irregular whitespace in task terminal output on Windows #76152

Closed
kieferrm opened this issue Jun 26, 2019 · 4 comments
Closed

Irregular whitespace in task terminal output on Windows #76152

kieferrm opened this issue Jun 26, 2019 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@kieferrm
Copy link
Member

While testing #76016 on Windows.

task.json used:

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
			"label": "One",
			"type": "shell",
			"command": "echo 1",
			"problemMatcher": [],
			"dependsOrder": "sequence",
			"dependsOn":[
				"Two",
				"Three"
			]
		},
		{
			"label": "Two",
			"type": "shell",
			"command": "echo 2",
			"problemMatcher": []
		},
		{
			"label": "Three",
			"type": "shell",
			"command": "echo 3",
			"problemMatcher": [],
			"dependsOrder": "sequence",
			"dependsOn": [
				"Four",
				"Five"
			]
		},
		{
			"label": "Four",
			"type": "shell",
			"command": "echo 4",
			"problemMatcher": []
		},		
		{
			"label": "Five",
			"type": "shell",
			"command": "echo 5",
			"problemMatcher": []
		}
    ]
}

This generates the following output with irregular whitespace inbetween:

dw2rsLO4BI

@alexr00
Copy link
Member

alexr00 commented Jun 26, 2019

@kieferrm what version of Windows are you using?

@kieferrm
Copy link
Member Author

Microsoft Windows [Version 10.0.17763.107]

@alexr00
Copy link
Member

alexr00 commented Jun 26, 2019

This is the good old winpty bug. Duplicate of #57803

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

vscodebot bot commented Jun 26, 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 Jun 26, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants