소스 검색

Changes Show Commit Details on files to jump to commit

Hides Show Commit Details on status files
main
Eric Amodio 6 년 전
부모
커밋
687087f2e7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      package.json

+ 3
- 3
package.json 파일 보기

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

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