|
|
@ -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 & codeLens.authors.enabled & 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 |
|
|
|