From 687087f2e7228a28111a57d53faf39c941cd9792 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 22 Sep 2018 16:02:40 -0400 Subject: [PATCH] Changes Show Commit Details on files to jump to commit Hides Show Commit Details on status files --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d1665c3..d2040cd 100644 --- a/package.json +++ b/package.json @@ -3250,8 +3250,8 @@ "group": "8_gitlens@1" }, { - "command": "gitlens.showQuickCommitFileDetails", - "when": "viewItem =~ /gitlens:file\\b(?!:stash)/", + "command": "gitlens.showQuickCommitDetails", + "when": "viewItem =~ /gitlens:file\\b(?!(:stash|:status))/", "group": "8_gitlens@2" }, { @@ -3281,7 +3281,7 @@ }, { "command": "gitlens.explorers.exploreRepoRevision", - "when": "viewItem =~ /gitlens:(branch|commit|file:(commit|results|status)|stash|tag)\\b/", + "when": "viewItem =~ /gitlens:(branch|commit|file:(commit|results)|stash|tag)\\b/", "group": "7_gitlens_more@1" }, {