Sfoglia il codice sorgente

Ensure command only shows on the commits view

main
Eric Amodio 4 anni fa
parent
commit
85805b7584
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      package.json

+ 1
- 1
package.json Vedi File

@ -7021,7 +7021,7 @@
},
{
"command": "gitlens.views.commits.setShowBranchComparisonOff",
"when": "viewItem =~ /gitlens:compare:branch\\b/",
"when": "view =~ /gitlens\\.views\\.commits\\b/ && viewItem =~ /gitlens:compare:branch\\b/",
"group": "8_gitlens@1"
},
{

Caricamento…
Annulla
Salva