Kaynağa Gözat

Hides changes annotations on GitHub

main
Eric Amodio 2 yıl önce
ebeveyn
işleme
7c8c5425dd
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      package.json

+ 3
- 3
package.json Dosyayı Görüntüle

@ -6189,7 +6189,7 @@
},
{
"command": "gitlens.toggleFileChanges",
"when": "gitlens:activeFileStatus =~ /blameable/"
"when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:hasVirtualFolders"
},
{
"command": "gitlens.toggleFileChangesOnly",
@ -7651,7 +7651,7 @@
},
{
"command": "gitlens.toggleFileChanges",
"when": "config.gitlens.fileAnnotations.command == changes && gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame",
"when": "config.gitlens.fileAnnotations.command == changes && gitlens:activeFileStatus =~ /blameable/ && !gitlens:hasVirtualFolders && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame",
"group": "navigation@100",
"alt": "gitlens.toggleFileBlame"
},
@ -9987,7 +9987,7 @@
},
{
"command": "gitlens.toggleFileChanges",
"when": "gitlens:activeFileStatus =~ /blameable/",
"when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:hasVirtualFolders",
"group": "2_gitlens@3"
}
],

Yükleniyor…
İptal
Kaydet