From 23242d254681e74cdcd36b67980fa68bf9a3f88a Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 19 Sep 2019 00:18:52 -0400 Subject: [PATCH] Removes duplicate command --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index ee91877..3c4feeb 100644 --- a/package.json +++ b/package.json @@ -2245,11 +2245,6 @@ "category": "GitLens" }, { - "command": "gitlens.showCommitInView", - "title": "Show Commit in Search Commits View", - "category": "GitLens" - }, - { "command": "gitlens.showCommitsInView", "title": "Show Commits within Selection in Search Commits View", "category": "GitLens"