mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 09:24:12 -05:00
Remove duplicated when conditions. Ref #94439
This commit is contained in:
@@ -208,11 +208,11 @@ registry.registerWorkbenchAction(
|
||||
'Search Editor: Open New Search Editor to Side', category);
|
||||
|
||||
registry.registerWorkbenchAction(SyncActionDescriptor.from(RerunSearchEditorSearchAction,
|
||||
{ mac: { primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_R } }, ContextKeyExpr.and(SearchEditorConstants.InSearchEditor)),
|
||||
{ mac: { primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_R } }),
|
||||
'Search Editor: Search Again', category, SearchEditorConstants.InSearchEditor);
|
||||
|
||||
registry.registerWorkbenchAction(SyncActionDescriptor.from(FocusQueryEditorWidgetAction,
|
||||
{ primary: KeyCode.Escape }, ContextKeyExpr.and(SearchEditorConstants.InSearchEditor)),
|
||||
{ primary: KeyCode.Escape }),
|
||||
'Search Editor: Focus Query Editor Widget', category, SearchEditorConstants.InSearchEditor);
|
||||
//#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user