From b861a1143d7edd61c386c332196c9103c04f2c87 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 27 Jan 2020 14:31:47 -0500 Subject: [PATCH] Removes open diff command from palette --- extensions/git/package.json | 5 ----- extensions/git/package.nls.json | 1 - 2 files changed, 6 deletions(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index c6a00bc21b2..a98b7ed6c95 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -447,11 +447,6 @@ "command": "git.stashDrop", "title": "%command.stashDrop%", "category": "Git" - }, - { - "command": "git.openDiff", - "title": "%command.openDiff%", - "category": "Git" } ], "menus": { diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 7c9ad8ac5bf..f3d75519653 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -70,7 +70,6 @@ "command.stashApply": "Apply Stash...", "command.stashApplyLatest": "Apply Latest Stash", "command.stashDrop": "Drop Stash...", - "command.openDiff": "Open Comparison", "config.enabled": "Whether git is enabled.", "config.path": "Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows).", "config.autoRepositoryDetection": "Configures when repositories should be automatically detected.", -- GitLab