瀏覽代碼

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)"
},

Loading…
取消
儲存