提交 793f2e06 编写于 作者: D Daniel Imms

Fix weight of terminal search workspace keybinding

This needs to take priority over the regular ctrl+shift+f when the
terminal has focus.

Fixes #108785
上级 3d641d9d
......@@ -1416,7 +1416,7 @@ export function registerTerminalActions() {
{
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_F,
when: ContextKeyExpr.and(KEYBINDING_CONTEXT_TERMINAL_PROCESS_SUPPORTED, KEYBINDING_CONTEXT_TERMINAL_FOCUS, KEYBINDING_CONTEXT_TERMINAL_TEXT_SELECTED),
weight: KeybindingWeight.WorkbenchContrib
weight: KeybindingWeight.WorkbenchContrib + 50
}
],
precondition: KEYBINDING_CONTEXT_TERMINAL_PROCESS_SUPPORTED
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册