Browse Source

Fixes CodeLens & statusbar setting naming

main
Eric Amodio 2 years ago
parent
commit
5c18043938
2 changed files with 7 additions and 7 deletions
  1. +4
    -4
      src/webviews/apps/settings/partials/code-lens.html
  2. +3
    -3
      src/webviews/apps/settings/partials/status-bar.html

+ 4
- 4
src/webviews/apps/settings/partials/code-lens.html View File

@ -82,10 +82,10 @@
</option>
<option value="gitlens.showCommitsInView">shows details of the commit</option>
<option value="gitlens.showQuickCommitDetails">
shows quick pick details of the commit
shows quick details of the commit
</option>
<option value="gitlens.showQuickCommitFileDetails">
shows quick pick file details of the commit (default)
shows quick file details of the commit (default)
</option>
<option value="gitlens.showQuickFileHistory">
shows the current file history
@ -166,10 +166,10 @@
searches for commits within the range
</option>
<option value="gitlens.showQuickCommitDetails">
shows quick pick details of the commit
shows quick details of the commit
</option>
<option value="gitlens.showQuickCommitFileDetails">
show quick pick file details of the commit
show quick file details of the commit
</option>
<option value="gitlens.showQuickFileHistory">
shows the current file history

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

@ -103,12 +103,12 @@
<option value="gitlens.revealCommitInView">
reveals the commit in the Side Bar
</option>
<option value="gitlens.showCommitsInView">searches for the commit</option>
<option value="gitlens.showCommitsInView">shows details of the commit</option>
<option value="gitlens.showQuickCommitDetails">
shows details of the commit (default)
shows quick details of the commit (default)
</option>
<option value="gitlens.showQuickCommitFileDetails">
shows file details of the commit
shows quick file details of the commit
</option>
<option value="gitlens.showQuickFileHistory">shows the current file history</option>
<option value="gitlens.showQuickRepoHistory">

Loading…
Cancel
Save