vscode-open-in-github icon indicating copy to clipboard operation
vscode-open-in-github copied to clipboard

Wrong translation of ssh link to url

Open Yunir opened this issue 6 years ago • 0 comments

If you have remote (ssh-link) such as:

$ git config --get remote.origin.url
[email protected]:group/subgroup/repo.git

It will translate it badly to: https:/gitlab.com/git/group/subgroup/repo

Where /git is redundant and should not be passed. If we delete then manually /git from the link - the page will open.

Yunir avatar Oct 15 '19 16:10 Yunir