Pārlūkot izejas kodu

Fixes missing push/pull/fetch from Commits view

main
Eric Amodio pirms 4 gadiem
vecāks
revīzija
5d7da66408
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +3
    -3
      package.json

+ 3
- 3
package.json Parādīt failu

@ -5392,17 +5392,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:|commits)/",
"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:|commits)/",
"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:|commits)/",
"group": "navigation@12"
},
{

Notiek ielāde…
Atcelt
Saglabāt