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

[terminal] fix #6797: terminal change event bug #6799

Merged
merged 1 commit into from
Dec 30, 2019

Conversation

godlin-gh
Copy link
Contributor

@godlin-gh godlin-gh commented Dec 30, 2019

TerminalFrontendContribution.onDidChangeCurrentTerminal should be assigned this.onDidChangeCurrentTerminalEmitter.event

Signed-off-by: Gan Lin ganlinbupt@163.com

What it does

fix #6797

How to test

Review checklist

Reminder for reviewers

TerminalFrontendContribution.onDidChangeCurrentTerminal should be assigned this.onDidChangeCurrentTerminalEmitter.event

Signed-off-by: Gan Lin <ganlinbupt@163.com>
@akosyakov akosyakov added the terminal issues related to the terminal label Dec 30, 2019
Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s obviously a bug, thank you for the PR!

@akosyakov akosyakov merged commit a99b585 into eclipse-theia:master Dec 30, 2019
@godlin-gh godlin-gh deleted the fix-terminal-change-event branch December 30, 2019 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
terminal issues related to the terminal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin api window.activeTerminal can't get the right active terminal
2 participants