bugthesystem / vscode-open-in-github

Extension for Visual Studio Code which can be used to jump to a source code line in Github, Bitbucket, GitLab and Visualstudio.com
MIT License
197 stars 73 forks source link

Was: issue with a unwanted /git in the gitURL - is: Maybe this extension should be published to the marketplace again? #145

Open wunderkind2k1 opened 2 years ago

wunderkind2k1 commented 2 years ago

Hi Ziyasal, I was trying to access our gitlab with your awesome plugin but was stumbling into a mistyped URL: It added a /git to the url directly after the gitlab host. So I took a sneak peak into https://sourcegraph.com/github.com/ziyasal/vscode-open-in-github/-/blob/src/gitProvider.js?L16 and thought: This should work. Why is it not working for me?

Answer: I installed from vscode marketplace. There is a very old version (1.3.6) which obviously has this bug included. After i installed the extension from source everything works fine though.

To make a long story short: Maybe the version in the marketplace should get updated? JM2C

Best, Sven