Context
vitejs/devtools#524 ("fix(core): keep transient-context commands listed in shortcut settings") by @SaKaNa-Y fixed the Close Panel shortcut entry incorrectly disappearing from the shortcut settings list while opening and closing the Command Palette. It touched packages/core/src/client/webcomponents/components/views-builtin/SettingsShortcuts.vue in vitejs/devtools, which moved here as part of the v0.9 migration — the equivalent file today is packages/hub-ui/src/client/components/views-builtin/SettingsShortcuts.vue.
Original PR description
Fixed an issue where the Close Panel shortcut entry would incorrectly disappear while opening and closing the Command Palette.
Diff: https://github.com/vitejs/devtools/pull/524/files
For agents picking this up
Context
vitejs/devtools#524 ("fix(core): keep transient-context commands listed in shortcut settings") by @SaKaNa-Y fixed the Close Panel shortcut entry incorrectly disappearing from the shortcut settings list while opening and closing the Command Palette. It touched
packages/core/src/client/webcomponents/components/views-builtin/SettingsShortcuts.vuein vitejs/devtools, which moved here as part of the v0.9 migration — the equivalent file today ispackages/hub-ui/src/client/components/views-builtin/SettingsShortcuts.vue.Original PR description
Diff: https://github.com/vitejs/devtools/pull/524/files
For agents picking this up
packages/hub-ui/src/client/components/views-builtin/SettingsShortcuts.vuehere and re-implement the same fix, adapting to whatever has shifted since the fork (commands host, transient-context registration lifecycle).Co-authored-by: SaKaNa-Y <...>trailer (look up their GitHub noreply email, or omit if unavailable) and mention them in the PR description.