This commit is contained in:
meganrogge 2024-03-26 12:32:30 -07:00
parent 95b449d11a
commit 5125b41ec4
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -193,7 +193,7 @@ export function registerChatCodeBlockActions() {
when: ContextKeyExpr.or(ContextKeyExpr.and(CONTEXT_IN_CHAT_SESSION, CONTEXT_IN_CHAT_INPUT.negate()), accessibleViewInCodeBlock),
primary: KeyMod.CtrlCmd | KeyCode.Enter,
mac: { primary: KeyMod.WinCtrl | KeyCode.Enter },
weight: KeybindingWeight.WorkbenchContrib
weight: KeybindingWeight.ExternalExtension + 1
},
});
}