update Learn More keybinding (#253891)

fix #253110
This commit is contained in:
Megan Rogge
2025-07-03 14:32:24 -04:00
committed by GitHub
parent 7e17b1a77c
commit ebe7d20b38

View File

@@ -297,9 +297,9 @@ registerTerminalAction({
order: 1
},
keybinding: {
primary: KeyMod.CtrlCmd | KeyCode.Slash,
mac: { primary: KeyMod.WinCtrl | KeyCode.KeyK },
weight: KeybindingWeight.WorkbenchContrib + 1
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyL,
weight: KeybindingWeight.WorkbenchContrib + 1,
when: TerminalContextKeys.suggestWidgetVisible
},
run: (c, accessor) => {
(accessor.get(IOpenerService)).open('https://aka.ms/vscode-terminal-intellisense');