Skip to content

Commit 97762b5

Browse files
authored
1 parent fdf6802 commit 97762b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorActions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ export class FocusInteractiveEditor extends EditorAction2 {
222222
constructor() {
223223
super({
224224
id: 'interactiveEditor.focus',
225-
title: localize('focus', 'Focus'),
225+
title: { value: localize('focus', 'Focus Input'), original: 'Focus Input' },
226+
f1: true,
226227
category: AbstractInteractiveEditorAction.category,
227228
precondition: ContextKeyExpr.and(EditorContextKeys.editorTextFocus, CTX_INTERACTIVE_EDITOR_VISIBLE, CTX_INTERACTIVE_EDITOR_FOCUSED.negate(), CONTEXT_ACCESSIBILITY_MODE_ENABLED.negate()),
228229
keybinding: [{

0 commit comments

Comments
 (0)