您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
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>