forked from https://github.com/wojtek77/git-blame-w77 , adjusted the display style according to my own needs.
It is an extension for VS code, which can show git blame in editor and can run git gui blame.
How to use
Press Alt + B on the text editor to show or hide the blame decoration
To see details of commit hover mouse on the decoration (the option "editor.hover.enabled" have to be enabled)
Press Ctrl + Alt + B on the text editor to run Git Gui Blame For Line
Press Ctrl + Shift + B on the text editor to run Git Gui Blame For File