From f2b86efdae403e3920be4cb854571f4b95c72a48 Mon Sep 17 00:00:00 2001 From: spiltcoffee Date: Wed, 6 Jul 2022 11:57:25 +1000 Subject: [PATCH] Add menu option to editor and editor title context menus Fix #22 --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",