Easily share a link to VSC website of a line of your code: right click on a line in an editor, an click the item "Get link to this line".
Some may argue that gitLens is already doing this, but to be precise, there are two main differences:
- gitLens doesn't work with private/custom it servers.
- gitlens links to commits, while this extension links to remotes/branches.
Github repo: https://github.com/musikele/create-link-to-git-server
Manual install: code --install-extension create-link-to-git-server-0.0.1.vsix
Generate a link from Visual Studio Code that will point to popular git servers, like github or gitlab.
No settings needed.
Let me know on github if there are any issues.
Gif was not working, fixing the link!
Add gif to readme.
Change information message.
Support for Https repositories too.
first working version