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

add terminal editors to quick access #126695

Merged
merged 4 commits into from
Jun 18, 2021
Merged

add terminal editors to quick access #126695

merged 4 commits into from
Jun 18, 2021

Conversation

meganrogge
Copy link
Contributor

This PR fixes #126252

@meganrogge
Copy link
Contributor Author

meganrogge commented Jun 18, 2021

add categories and fix #s panel and editor

if (instance === undefined) {
this._activeInstanceIndex = -1;
} else {
this._activeInstanceIndex = this.instances.findIndex(e => e === instance);
}
const newActiveInstance = this.activeInstance;
if (oldActiveInstance !== newActiveInstance) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Tyriar this was causing some weird issues. I tried to do something similar in the terminal service refactor and it caused an obscure bug.

@meganrogge meganrogge enabled auto-merge (squash) June 18, 2021 22:25
@meganrogge meganrogge merged commit d6715d8 into main Jun 18, 2021
@meganrogge meganrogge deleted the merogge/term branch June 18, 2021 22:35
@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terminal Editors: Support in term quick access
1 participant