瀏覽代碼

Adds " (default)" suffix to default commands

main
Eric Amodio 2 年之前
父節點
當前提交
4ac79eadf2
共有 2 個檔案被更改,包括 7 行新增3 行删除
  1. +4
    -2
      src/webviews/apps/settings/partials/code-lens.html
  2. +3
    -1
      src/webviews/apps/settings/partials/status-bar.html

+ 4
- 2
src/webviews/apps/settings/partials/code-lens.html 查看文件

@ -85,7 +85,7 @@
shows details of the commit
</option>
<option value="gitlens.showQuickCommitFileDetails">
shows file details of the commit
shows file details of the commit (default)
</option>
<option value="gitlens.showQuickFileHistory">
shows the current file history
@ -146,7 +146,9 @@
data-enablement="codeLens.enabled &amp; codeLens.authors.enabled &amp; codeLens.authors.command !false"
disabled
>
<option value="gitlens.toggleFileBlame">toggles the file blame</option>
<option value="gitlens.toggleFileBlame">
toggles the file blame (default)
</option>
<option value="gitlens.toggleFileHeatmap">toggles the file heatmap</option>
<option value="gitlens.toggleFileChanges">
toggles the file changes since before the commit

+ 3
- 1
src/webviews/apps/settings/partials/status-bar.html 查看文件

@ -104,7 +104,9 @@
reveals the commit in the Side Bar
</option>
<option value="gitlens.showCommitsInView">searches for the commit</option>
<option value="gitlens.showQuickCommitDetails">shows details of the commit</option>
<option value="gitlens.showQuickCommitDetails">
shows details of the commit (default)
</option>
<option value="gitlens.showQuickCommitFileDetails">
shows file details of the commit
</option>

Loading…
取消
儲存