Replies: 1 comment 21 replies
-
What's your Theia version, @vincentjocodes? |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on an extension that should be compatible with both VSCode and Theia. I noticed a difference in behavior when using
debug.startDebugging
and thenOutputChannel.instance.show
functions. In VSCode, theOutputChannel.instance.show
will override the panel that is revealed but in Theia the focus to the OutputChannel will not refocus. Is this working as intended or a bug in Theia? If it is working as intended, how would we refocus back to the Output panel programmatically?Below is the sample code that I used to repro and the corresponding GIF.
Thank you.
Code used:
Theia:
Beta Was this translation helpful? Give feedback.
All reactions