vscode-git-graph
vscode-git-graph copied to clipboard
render github link to commit detail
issue cannot use link to open github commit in browser
solution
translate commit detail text
Commit:{{id}}
https://github.com/mhutchie/vscode-git-graph/blob/develop/web/main.ts#L2560
into link to open "browser github commit"
https://github.com/{{user}}/{{repo}}/commit/{{id}}
from
this.currentRepo
https://github.com/mhutchie/vscode-git-graph/blob/develop/web/main.ts#L155