diff --git a/extensions/git/package.json b/extensions/git/package.json index 3e4137d36e4..9ac30f041e3 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -1545,24 +1545,24 @@ "when": "scmProvider == git && scmResourceGroup == merge", "group": "inline@2" }, - { - "command": "git.revealInExplorer", - "when": "scmProvider == git && scmResourceGroup == merge", - "group": "2_view@1" - }, { "command": "git.revealFileInOS.linux", "when": "scmProvider == git && scmResourceGroup == merge && remoteName == '' && isLinux", - "group": "2_view@2" + "group": "2_view@1" }, { "command": "git.revealFileInOS.mac", "when": "scmProvider == git && scmResourceGroup == merge && remoteName == '' && isMac", - "group": "2_view@2" + "group": "2_view@1" }, { "command": "git.revealFileInOS.windows", "when": "scmProvider == git && scmResourceGroup == merge && remoteName == '' && isWindows", + "group": "2_view@1" + }, + { + "command": "git.revealInExplorer", + "when": "scmProvider == git && scmResourceGroup == merge", "group": "2_view@2" }, { @@ -1600,24 +1600,24 @@ "when": "scmProvider == git && scmResourceGroup == index", "group": "inline@2" }, - { - "command": "git.revealInExplorer", - "when": "scmProvider == git && scmResourceGroup == index", - "group": "2_view@1" - }, { "command": "git.revealFileInOS.linux", "when": "scmProvider == git && scmResourceGroup == index && remoteName == '' && isLinux", - "group": "2_view@2" + "group": "2_view@1" }, { "command": "git.revealFileInOS.mac", "when": "scmProvider == git && scmResourceGroup == index && remoteName == '' && isMac", - "group": "2_view@2" + "group": "2_view@1" }, { "command": "git.revealFileInOS.windows", "when": "scmProvider == git && scmResourceGroup == index && remoteName == '' && isWindows", + "group": "2_view@1" + }, + { + "command": "git.revealInExplorer", + "when": "scmProvider == git && scmResourceGroup == index", "group": "2_view@2" }, { @@ -1680,24 +1680,24 @@ "when": "scmProvider == git && scmResourceGroup == workingTree", "group": "1_modification@3" }, - { - "command": "git.revealInExplorer", - "when": "scmProvider == git && scmResourceGroup == workingTree", - "group": "2_view@1" - }, { "command": "git.revealFileInOS.linux", "when": "scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isLinux", - "group": "2_view@2" + "group": "2_view@1" }, { "command": "git.revealFileInOS.mac", "when": "scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isMac", - "group": "2_view@2" + "group": "2_view@1" }, { "command": "git.revealFileInOS.windows", "when": "scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isWindows", + "group": "2_view@1" + }, + { + "command": "git.revealInExplorer", + "when": "scmProvider == git && scmResourceGroup == workingTree", "group": "2_view@2" }, {