vscode-open-in-github
vscode-open-in-github copied to clipboard
Wrong translation of ssh link to url
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.