-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
terminal: fix split-terminal
visibility
#12626
Conversation
The commit fixes the terminal `split-terminal` toolbar item from appearing in other views when the terminal is active. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
cc @rschnekenbu do you mind reviewing, the changes from #12358 were still problematic on master. |
@vince-fugnitto, sure, i'll run the review today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍 I can confirm that the command doesn't show up on unrelated widgets and is always visible on the terminal widget.
Ref: eclipse-theia/theia#12626/ Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
Removed the toolbar contribution from the UI. Ref: eclipse-theia/theia#12626/ Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
Removed the toolbar contribution from the UI. Ref: eclipse-theia/theia#12626/ Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
What it does
The commit fixes #12357 which caused the
split-terminal
toolbar item from leaking to other views incorrectly when a terminal was currently visible.Related #12358.
Screenshots
Before:
After:
How to test
split-terminal
toolbar item is present and workssplit-terminal
toolbar item is not present in other views when a terminal is visiblesplit-terminal
toolbar item is present for subsequent terminalsReview checklist
Reminder for reviewers