mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 21:55:54 +00:00
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user