Quellcode durchsuchen

Adds " (default)" suffix to default commands

main
Eric Amodio vor 2 Jahren
Ursprung
Commit
4ac79eadf2
2 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
  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 Datei anzeigen

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

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

Laden…
Abbrechen
Speichern