Explorar el Código

Changes Toggle Mode to Toggle File/Line History

main
Eric Amodio hace 4 años
padre
commit
ae5ea4d8e2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      package.json

+ 2
- 2
package.json Ver fichero

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

Cargando…
Cancelar
Guardar