소스 검색

Fixes toggle blame command when clause

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

+ 1
- 1
package.json 파일 보기

@ -1898,7 +1898,7 @@
{
"command": "gitlens.toggleFileBlame",
"key": "alt+b",
"when": "editorTextFocus && gitlens:isTracked"
"when": "editorTextFocus && gitlens:isBlameable"
},
{
"command": "gitlens.toggleCodeLens",

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