浏览代码

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

正在加载...
取消
保存