ソースを参照

Renames Toggle History Mode: to Toggle History by:

main
Eric Amodio 4年前
コミット
69cb0be924
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      package.json

+ 2
- 2
package.json ファイルの表示

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

読み込み中…
キャンセル
保存