Browse Source

Adds " (default)" suffix to default commands

main
Eric Amodio 2 years ago
parent
commit
4ac79eadf2
2 changed files with 7 additions and 3 deletions
  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 View File

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

+ 3
- 1
src/webviews/apps/settings/partials/status-bar.html View File

@ -104,7 +104,9 @@
reveals the commit in the Side Bar reveals the commit in the Side Bar
</option> </option>
<option value="gitlens.showCommitsInView">searches for the commit</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"> <option value="gitlens.showQuickCommitFileDetails">
shows file details of the commit shows file details of the commit
</option> </option>

Loading…
Cancel
Save