files - have "Open File" command on macOS too (#195537)

This commit is contained in:
Benjamin Pasero 2023-10-13 08:06:28 +02:00 committed by GitHub
parent 4678919d52
commit 7729a82c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}