mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* Fix handoff widget visibility: derive from response mode, persist modeInfo, fix lifecycle * Fix handoff widget response mode logic * Make findModeByName search _customModeInstances directly like findModeById does, bypassing the getCustomModes() gate * Fix tests * Fix custom mode lookup to avoid builtin name collisions * address review: use findModeByName consistently, respect getCustomModes guard