瀏覽代碼

Hides line history for GitHub

main
Eric Amodio 2 年之前
父節點
當前提交
a166508f4e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      package.json

+ 2
- 2
package.json 查看文件

@ -7624,12 +7624,12 @@
},
{
"command": "gitlens.views.fileHistory.setCursorFollowingOn",
"when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing",
"when": "!gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing",
"group": "navigation@11"
},
{
"command": "gitlens.views.fileHistory.setCursorFollowingOff",
"when": "view =~ /^gitlens\\.views\\.fileHistory/ && gitlens:views:fileHistory:cursorFollowing",
"when": "!gitlens:hasVirtualFolders && view =~ /^gitlens\\.views\\.fileHistory/ && gitlens:views:fileHistory:cursorFollowing",
"group": "navigation@11"
},
{

Loading…
取消
儲存