From 3ef538b713c2c315eb7e862399b037c00a08d337 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 13 Feb 2017 10:21:38 -0500 Subject: [PATCH] Adds show commit details to context menu --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index bdd95a5..30f0154 100644 --- a/package.json +++ b/package.json @@ -440,6 +440,11 @@ "when": "editorTextFocus && config.gitlens.menus.diff.enabled && config.git.enabled", "group": "1_gitlens@2" }, + { + "command": "gitlens.showQuickCommitDetails", + "when": "editorTextFocus && config.git.enabled", + "group": "1_gitlens@3" + }, { "command": "gitlens.toggleBlame", "when": "editorTextFocus && config.git.enabled",