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

[plug-in] output channel visibility #2330

Closed
benoitf opened this issue Jul 10, 2018 · 0 comments
Closed

[plug-in] output channel visibility #2330

benoitf opened this issue Jul 10, 2018 · 0 comments
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team

Comments

@benoitf
Copy link
Contributor

benoitf commented Jul 10, 2018

If inside a plug-in I use for example

theia.window.createOutputChannel('my-output')

There are show(), hide(), etc methods but the output channel is not seen on the UI until I open the output view and toggle the right output channel.
I was expecting calling show() would have really show the output.

        this.outputChannel = theia.window.createOutputChannel('Yeoman Generator');
        this.outputChannel.show(true);

example of the issue: until the user is not going into the output view, there is no way to know that something was displayed

output-view

example with a task: I execute a task, output of the terminal is directly shown
tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team
Projects
None yet
Development

No branches or pull requests

2 participants