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
1. Click File Annotations button
2. Click Toggle File Blame option
3. select multiple lines using either of the below methods:
a. within the Editor, select multiple lines
1. I use Cmd+Click, or Select All Occurrences of Match (Cmd+Shift+L)
b. within the annotations gutter, select multiple commits
1. Cmd+Click on commits in gutter
2. Shift+Click on commits in gutter
Basically the current state shows incorrect information about commits associated with selected lines. A visual example would be when highlighting multiple lines in the editor; although multiple commits belong to this selection, Git Lens decorates only a subset of the correct commits. Screenshot below.