Explorar el Código

Renames Toggle History Mode: to Toggle History by:

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

+ 2
- 2
package.json Ver fichero

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

Cargando…
Cancelar
Guardar