Procházet zdrojové kódy

Changes Show Commit Details on files to jump to commit

Hides Show Commit Details on status files
main
Eric Amodio před 6 roky
rodič
revize
687087f2e7
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      package.json

+ 3
- 3
package.json Zobrazit soubor

@ -3250,8 +3250,8 @@
"group": "8_gitlens@1"
},
{
"command": "gitlens.showQuickCommitFileDetails",
"when": "viewItem =~ /gitlens:file\\b(?!:stash)/",
"command": "gitlens.showQuickCommitDetails",
"when": "viewItem =~ /gitlens:file\\b(?!(:stash|:status))/",
"group": "8_gitlens@2"
},
{
@ -3281,7 +3281,7 @@
},
{
"command": "gitlens.explorers.exploreRepoRevision",
"when": "viewItem =~ /gitlens:(branch|commit|file:(commit|results|status)|stash|tag)\\b/",
"when": "viewItem =~ /gitlens:(branch|commit|file:(commit|results)|stash|tag)\\b/",
"group": "7_gitlens_more@1"
},
{

Načítá se…
Zrušit
Uložit