Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Jun 1, 2022
1 parent 70997ee commit 185d3ee
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1249,17 +1249,17 @@
},
{
"command": "git.revealFileInOS.linux",
"when": "scmProvider == git && scmResourceGroup == merge && isLinux",
"when": "scmProvider == git && scmResourceGroup == merge && resourceScheme == file && isLinux",
"group": "2_view@2"
},
{
"command": "git.revealFileInOS.mac",
"when": "scmProvider == git && scmResourceGroup == merge && isMac",
"when": "scmProvider == git && scmResourceGroup == merge && resourceScheme == file && isMac",
"group": "2_view@2"
},
{
"command": "git.revealFileInOS.windows",
"when": "scmProvider == git && scmResourceGroup == merge && isWindows",
"when": "scmProvider == git && scmResourceGroup == merge && resourceScheme == file && isWindows",
"group": "2_view@2"
},
{
Expand Down Expand Up @@ -1304,17 +1304,17 @@
},
{
"command": "git.revealFileInOS.linux",
"when": "scmProvider == git && scmResourceGroup == index && isLinux",
"when": "scmProvider == git && scmResourceGroup == index && resourceScheme == file && isLinux",
"group": "2_view@2"
},
{
"command": "git.revealFileInOS.mac",
"when": "scmProvider == git && scmResourceGroup == index && isMac",
"when": "scmProvider == git && scmResourceGroup == index && resourceScheme == file && isMac",
"group": "2_view@2"
},
{
"command": "git.revealFileInOS.windows",
"when": "scmProvider == git && scmResourceGroup == index && isWindows",
"when": "scmProvider == git && scmResourceGroup == index && resourceScheme == file && isWindows",
"group": "2_view@2"
},
{
Expand Down Expand Up @@ -1384,17 +1384,17 @@
},
{
"command": "git.revealFileInOS.linux",
"when": "scmProvider == git && scmResourceGroup == workingTree && isLinux",
"when": "scmProvider == git && scmResourceGroup == workingTree && resourceScheme == file && isLinux",
"group": "2_view@2"
},
{
"command": "git.revealFileInOS.mac",
"when": "scmProvider == git && scmResourceGroup == workingTree && isMac",
"when": "scmProvider == git && scmResourceGroup == workingTree && resourceScheme == file && isMac",
"group": "2_view@2"
},
{
"command": "git.revealFileInOS.windows",
"when": "scmProvider == git && scmResourceGroup == workingTree && isWindows",
"when": "scmProvider == git && scmResourceGroup == workingTree && resourceScheme == file && isWindows",
"group": "2_view@2"
},
{
Expand Down

0 comments on commit 185d3ee

Please sign in to comment.