소스 검색

Renames Toggle History Mode: to Toggle History by:

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

+ 2
- 2
package.json 파일 보기

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

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