prefer Tab kb over Enter so it shows in terminal suggest status bar (#253902)

fix #253068
This commit is contained in:
Megan Rogge
2025-07-03 11:57:46 -04:00
committed by GitHub
parent 6ac7f77fdf
commit 128e677bf0
@@ -427,7 +427,7 @@ registerActiveInstanceAction({
keybinding: [{
primary: KeyCode.Tab,
// Tab is bound to other workbench keybindings that this needs to beat
weight: KeybindingWeight.WorkbenchContrib + 1
weight: KeybindingWeight.WorkbenchContrib + 2
},
{
primary: KeyCode.Enter,