소스 검색

Changes Toggle Mode to Toggle File/Line History

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

+ 2
- 2
package.json 파일 보기

@ -3646,13 +3646,13 @@
},
{
"command": "gitlens.views.fileHistory.setCursorFollowingOn",
"title": "Toggle Mode (File)",
"title": "Toggle File/Line History (File)",
"category": "GitLens",
"icon": "$(file)"
},
{
"command": "gitlens.views.fileHistory.setCursorFollowingOff",
"title": "Toggle Mode (Line)",
"title": "Toggle File/Line History (Line)",
"category": "GitLens",
"icon": "$(list-selection)"
},

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