Ver código fonte

Changes Toggle Mode to Toggle File/Line History

main
Eric Amodio 4 anos atrás
pai
commit
ae5ea4d8e2
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      package.json

+ 2
- 2
package.json Ver arquivo

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

Carregando…
Cancelar
Salvar