diff --git a/package.json b/package.json index ec2da82..da8d62c 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,18 @@ "when": "explorerResourceIsFolder == false" } ], + "editor/context": [ + { + "command": "workbench.action.files.openFileWithDefaultApplication", + "group": "navigation" + } + ], + "editor/title/context": [ + { + "command": "workbench.action.files.openFileWithDefaultApplication", + "group": "navigation" + } + ], "commandPalette": [ { "command": "workbench.action.files.openFileWithDefaultApplication",