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
@@ -804,6 +804,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
804
804
|`gitlens.views.compare.avatars`| Specifies whether to show avatar images instead of commit (or status) icons in the _Compare_ view |
805
805
|`gitlens.views.compare.files.compact`| Specifies whether to compact (flatten) unnecessary file nesting in the _Compare_ view. Only applies when `gitlens.views.compare.files.layout` is set to `tree` or `auto`|
806
806
|`gitlens.views.compare.enabled`| Specifies whether to show the _Compare_ view |
807
+
|`gitlens.views.compare.findRenames`| Specifies the threshold for the rename similarity index. |
807
808
|`gitlens.views.compare.files.layout`| Specifies how the _Compare_ view will display files<br /><br />`auto` - automatically switches between displaying files as a `tree` or `list` based on the `gitlens.views.compare.files.threshold` value and the number of files at each nesting level<br />`list` - displays files as a list<br />`tree` - displays files as a tree |
808
809
|`gitlens.views.compare.files.threshold`| Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _Compare_ view. Only applies when `gitlens.views.compare.files.layout` is set to `auto`|
809
810
|`gitlens.views.compare.location`| Specifies where to show the _Compare_ view<br /><br />`gitlens` - adds to the GitLens side bar<br />`explorer` - adds to the Explorer side bar<br />`scm` - adds to the Source Control side bar |
0 commit comments