소스 검색

Hides changes annotations on GitHub

main
Eric Amodio 2 년 전
부모
커밋
7c8c5425dd
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      package.json

+ 3
- 3
package.json 파일 보기

@ -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"
}
],

불러오는 중...
취소
저장