Browse Source

Fixes missing push/pull/fetch from Commits view

main
Eric Amodio 4 years ago
parent
commit
5d7da66408
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package.json

+ 3
- 3
package.json View File

@ -5392,17 +5392,17 @@
"view/title": [ "view/title": [
{ {
"command": "gitlens.pushRepositories", "command": "gitlens.pushRepositories",
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories:|history)/",
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories:|commits)/",
"group": "navigation@10" "group": "navigation@10"
}, },
{ {
"command": "gitlens.pullRepositories", "command": "gitlens.pullRepositories",
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories:|history)/",
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories:|commits)/",
"group": "navigation@11" "group": "navigation@11"
}, },
{ {
"command": "gitlens.fetchRepositories", "command": "gitlens.fetchRepositories",
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories:|history)/",
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories:|commits)/",
"group": "navigation@12" "group": "navigation@12"
}, },
{ {

Loading…
Cancel
Save