Parcourir la source

Fixes pull/push/fetch on History view

main
Eric Amodio il y a 4 ans
Parent
révision
ac348ed409
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      package.json

+ 3
- 3
package.json Voir le fichier

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

Chargement…
Annuler
Enregistrer