You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -695,6 +695,7 @@ GitLens is highly customizable and provides many configuration settings to allow
695
695
|`gitlens.hovers.annotations.enabled`| Specifies whether to provide any hovers when showing blame annotations |
696
696
|`gitlens.hovers.annotations.over`| Specifies when to trigger hovers when showing blame annotations<br /><br />`annotation` - only shown when hovering over the line annotation<br />`line` - shown when hovering anywhere over the line |
697
697
|`gitlens.hovers.avatars`| Specifies whether to show avatar images in hovers |
698
+
|`gitlens.hovers.changesDiff`| Specifies whether to show just the changes to the line or the full set of related changes in the _changes (diff)_ hover<br /><br />`line` - Shows only the changes to the line<br /><br />`hunk` - Shows the full set of related changes |
698
699
|`gitlens.hovers.currentLine.changes`| Specifies whether to provide a _changes (diff)_ hover for the current line |
699
700
|`gitlens.hovers.currentLine.details`| Specifies whether to provide a _commit details_ hover for the current line |
700
701
|`gitlens.hovers.currentLine.enabled`| Specifies whether to provide any hovers for the current line |
0 commit comments