vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

render github link to commit detail

Open bgbruno opened this issue 3 years ago • 0 comments

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

bgbruno avatar Aug 07 '22 17:08 bgbruno