Browse Source

Changes Toggle Mode to Toggle File/Line History

main
Eric Amodio 4 years ago
parent
commit
ae5ea4d8e2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

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

Loading…
Cancel
Save