Skip to content

Commit

Permalink
files - have "Open File" command on macOS too (#195537)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Oct 13, 2023
1 parent 4678919 commit 7729a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/actions/workspaceActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export class OpenFileAction extends Action2 {
title: { value: localize('openFile', "Open File..."), original: 'Open File...' },
category: Categories.File,
f1: true,
precondition: IsMacNativeContext.toNegated(),
keybinding: {
when: IsMacNativeContext.toNegated(),
weight: KeybindingWeight.WorkbenchContrib,
primary: KeyMod.CtrlCmd | KeyCode.KeyO
}
Expand Down

0 comments on commit 7729a82

Please sign in to comment.