Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

14 řádky
647 B

  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>