Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.26 KB

Git Blame

See Git Blame information in the status bar for the currently selected line.

Feature Usage

Install

Open up VS Code.

  1. Type F1
  2. Type ext in command palette.
  3. Select "install" and hit enter.
  4. Type "blame"
  5. Select "Git Blame" extension and hit enter.

Backlog

Update Log

Version 1.1

  • Reduced text size which was causing the blame info not to show.
  • Merged in PR (credit to @fogzot) that searches for .git in parent dirs.

Version 1.2

  • Merged in PR replacing 'Hello World' message with hash and commit message (credit to @carloscz).

Version 1.3

  • Merged in PR to make the status bar message interactive (credit to @j-em);