mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
This should make things quite a bit faster for expensive fetching of commands. This also caches empty builtin commands so it's not attempted every time. Fixes #236097 Part of #235024