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

enable easy configuration of unassigned keybindings for extension contributed accessibility help dialogs #212997

Merged
merged 8 commits into from
May 18, 2024

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented May 17, 2024

fixes #210665

The parsing/keybinding resolution will move into the AccessibleViewService or a helper class when I next work on #210695. This is just a step in that direction.

demo.mov

@VSCodeTriageBot VSCodeTriageBot added this to the May 2024 milestone May 17, 2024
@meganrogge meganrogge enabled auto-merge (squash) May 17, 2024 23:47
@meganrogge meganrogge changed the title add configure keybindings quickpick for extension contributed accessibility help dialogs enable easy configuration of unassigned keybindings for extension contributed accessibility help dialogs May 17, 2024
return;
}
const quickPick: IQuickPick<IQuickPickItem> = this._quickInputService.createQuickPick();
this._register(quickPick);
Copy link
Member

Choose a reason for hiding this comment

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

You should dispose the quickpick when you're done with it, and the listeners below should also be disposed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I do on lines 381 and 383. The listeners are registered to the quick pick I believe?

@meganrogge meganrogge merged commit 9f83563 into main May 18, 2024
6 checks passed
@meganrogge meganrogge deleted the merogge/quick-pick-command branch May 18, 2024 17:17
johnyongbeyondsoft pushed a commit to johnyongbeyondsoft/vscode that referenced this pull request May 20, 2024
mustard-mh pushed a commit to gitpod-io/openvscode-server that referenced this pull request May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

consider consolidating the link / better rendering for keybinding / command in accessibility help dialog
3 participants