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

Che Theia: Make task output support escape sequences #13121

Closed
mmorhun opened this issue Apr 11, 2019 · 2 comments
Closed

Che Theia: Make task output support escape sequences #13121

mmorhun opened this issue Apr 11, 2019 · 2 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template. kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@mmorhun
Copy link
Contributor

mmorhun commented Apr 11, 2019

Description

Quite often build tools prints labels in different colors in terminal. If we use tasks to build a project it opens output widget which looks like terminal, but actually only simulates read only one. And if command sends escape sequences they incorrectly displayed in this widget.
output

Reproduction Steps

Run a task which prints colored output (or any escape sequences)

@AndrienkoAleksandr
Copy link
Contributor

AndrienkoAleksandr commented Apr 11, 2019

Related to #12609 , because task plugin could using terminal widget with help plugin api.

@AndrienkoAleksandr AndrienkoAleksandr added kind/enhancement A feature request - must adhere to the feature request template. kind/task Internal things, technical debt, and to-do tasks to be performed. labels Apr 11, 2019
@AndrienkoAleksandr
Copy link
Contributor

Fixed by eclipse-che/che-theia#223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants