Skip to content

Commit 7bbede2

Browse files
authored
Remove broken cmd+K clear keybinding (microsoft#183167)
1 parent 8cf7172 commit 7bbede2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatActions.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,7 @@ export function registerChatActions() {
181181
keybinding: {
182182
weight: KeybindingWeight.WorkbenchContrib,
183183
primary: KeyMod.WinCtrl | KeyCode.KeyL,
184-
when: CONTEXT_IN_CHAT_SESSION,
185-
mac: {
186-
primary: KeyMod.WinCtrl | KeyCode.KeyL,
187-
secondary: [KeyMod.CtrlCmd | KeyCode.KeyK]
188-
}
184+
when: CONTEXT_IN_CHAT_SESSION
189185
}
190186
});
191187
}

0 commit comments

Comments
 (0)