Pārlūkot izejas kodu

Adds " (default)" suffix to default commands

main
Eric Amodio pirms 2 gadiem
vecāks
revīzija
4ac79eadf2
2 mainītis faili ar 7 papildinājumiem un 3 dzēšanām
  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 Parādīt failu

@ -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 Parādīt failu

@ -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>

Notiek ielāde…
Atcelt
Saglabāt