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

Git blame does not update state when new branch checked out #153

Closed SamuelBailey closed 10 months ago

SamuelBailey commented 10 months ago

When using git in the terminal of vscode, and checking out a new branch, containing different commits to the previous branch, the blame information is not updated, and is incorrect for the new branch.

Performing a git blame in the terminal shows the correct blame information.

Sertion commented 10 months ago

Hey SamuelBailey! Thanks for the report.

This is a duplicate of #115.