Просмотр исходного кода

Renames Toggle History Mode: to Toggle History by:

main
Eric Amodio 3 лет назад
Родитель
Сommit
69cb0be924
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      package.json

+ 2
- 2
package.json Просмотреть файл

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

Загрузка…
Отмена
Сохранить