microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.59k stars 28.39k forks source link

The command palette should cache commands while filtering #200548

Open Tyriar opened 8 months ago

Tyriar commented 8 months ago

I noticed that there's quite a bit of work repeated by fetching picks due to recreating menus and actions. We should cache this somehow.

image

cc @TylerLeonhardt

Tyriar commented 4 months ago

Still think this should happen, just need the motivation to finish off https://github.com/microsoft/vscode/pull/200549