mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
prefer Tab kb over Enter so it shows in terminal suggest status bar (#253902)
fix #253068
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user