mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
@@ -877,7 +877,7 @@ export function registerChatActions() {
|
||||
keybinding: [{
|
||||
weight: KeybindingWeight.WorkbenchContrib,
|
||||
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KeyH,
|
||||
when: ChatContextKeys.inChatSession,
|
||||
when: ChatContextKeys.inChatInput,
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user