See Git Blame information in the status bar for the currently selected line.
Open up VS Code.
- Type
F1
- Type
ext
in command palette. - Select "install" and hit enter.
- Type "blame"
- Select "Git Blame" extension and hit enter.
- Click on the status bar to see more blame info, including commit SHA
- Show blame line ranges
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
Version 1.3