You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
647 B

пре 2 година
  1. ## Current Line Blame
  2. <p align="center">
  3. <img src="../../images/docs/current-line-blame.png" alt="Current Line Blame" />
  4. </p>
  5. Adds a [customizable](command:gitlens.showSettingsPage?%22current-line%22 'Jump to the Current Line Blame settings') unobtrusive **blame annotation** at the end of the current line
  6. - Contains the author, date, and message of the current line's most recent commit (by default)
  7. - Adds a [_Toggle Line Blame Annotations_](command:gitlens.toggleLineBlame) command to toggle the blame annotation on and off
  8. <p align="center">
  9. <img src="../../images/docs/hovers-current-line.png" alt="Current Line Blame Hover" />
  10. </p>