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

[request] show the whole git commit in output window #68

Closed calmisi closed 4 years ago

calmisi commented 4 years ago

Now, after gettting the commit hash of the specific line, it can only specify the url+${hash} to see the entire git commit in the browser, which is fairly inconvenient.

Can you provide the support to just show the entire commit content in a seperate window of output? or like the peek window?

Sertion commented 4 years ago

Hello calmisi!

Sadly this information is not part of the output we get from the git blame command and would require additional commands and I want to keep the scope down.

If this is a feature you need I would recommend checking if GitLens supports it.