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

Improve QuickPickList perf by having a single emitter #184678

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

TylerLeonhardt
Copy link
Member

@TylerLeonhardt TylerLeonhardt commented Jun 9, 2023

ListElements get created every time a quickpick is shown and then they're each disposed because they have a checked event emitter...

This change instead uses a single emitter that gets passed in to each ListElement... making ListElement not need to be a disposable.

Follow up from @roblourens's comment #184661 (comment)
ref #184615

ListElements get created every time a quickpick is shown and then they're each disposed because they have a checked event emitter...

This change instead uses a single emitter that gets passed in to each ListElement... making ListElement not need to be a disposable.

Follow up from #184661 (comment)
ref #184615
@TylerLeonhardt TylerLeonhardt enabled auto-merge (squash) June 9, 2023 06:26
@TylerLeonhardt TylerLeonhardt self-assigned this Jun 9, 2023
@VSCodeTriageBot VSCodeTriageBot added this to the June 2023 milestone Jun 9, 2023
@TylerLeonhardt TylerLeonhardt merged commit 8833810 into main Jun 9, 2023
6 of 7 checks passed
@TylerLeonhardt TylerLeonhardt deleted the tyler/intense-ferret branch June 9, 2023 06:43
@github-actions github-actions bot locked and limited conversation to collaborators Jul 24, 2023
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.

None yet

3 participants