Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

Show the file's (not line) last commit info on status bar #120

Open icetbr opened 2 years ago

icetbr commented 2 years ago

Scenario: I want to know it the documentation I'm reading is recent, therefore, more trustworthy.

Current: shows last selected line commit info.

Desired: if no line selected and/or sidebar has focus, show the file's last commit info.

Thanks

Sertion commented 2 years ago

Hey icetbr. Thank you for the feature request!

I don't have much time to spend on the extension right now, but I do accept pull requests!

icetbr commented 2 years ago

Thank you, good to know. I might do that eventually.

J-Sorenson commented 1 year ago

For anyone who comes here: note that the VS Code built-in "timeline" view will show the last commit info in the first row if you enable "Include Git History" in the settings. I keep this handy since I like knowing if the current line blame is from the last commit.