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
Adds on-demand heatmap annotations of the whole file -- closes #182
Displays a heatmap (age) indicator near the gutter, which provides an easy, at-a-glance way to tell the age of a line
Indicator ranges from bright yellow (newer) to dark brown (older)
Adds Toggle File Heatmap Annotations command (gitlens.toggleFileHeatmap) to toggle the heatmap annotations on and off
Adds semi-persistent results for commit operations, via the Show Commit Details command (gitlens.showQuickCommitDetails) in the GitLens Results view -- closes #237
Adds Show in Results option to the commit details quick pick menu to show the commit in the GitLens Results view
Adds Compare with Index (HEAD) command (gitlens.explorers.compareWithHead) to branch, remote branch, tag, and revision (commit) nodes in the GitLens view to compare the current selection with the current index (HEAD) in the GitLens Results view
Adds Compare with Remote command (gitlens.explorers.compareWithRemote) to branch nodes in the GitLens view to compare the current selection with its remote tracking branch in the GitLens Results view
Changed
Improves startup performance and reduces package size
Fixed
Fixes #239 - gitlens.advanced.quickPick.closeOnFocusOut setting should be reversed