From 718657d2d755c552b92ada29d798b9047eb11050 Mon Sep 17 00:00:00 2001 From: Zeeshan Date: Fri, 3 Apr 2020 20:10:22 +0600 Subject: [PATCH] Closes #952 & #953 - Adds welcome and settings in extension context menu --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 39ee885..9073b36 100644 --- a/package.json +++ b/package.json @@ -5714,6 +5714,16 @@ "when": "viewItem =~ /gitlens:pager\\b/", "group": "1_gitlens_actions@1" } + ], + "extension/context": [ + { + "command": "gitlens.showSettingsPage", + "when": "extension == eamodio.gitlens && extensionStatus == installed" + }, + { + "command": "gitlens.showWelcomePage", + "when": "extension == eamodio.gitlens && extensionStatus == installed" + } ] }, "keybindings": [