Open git repos in browser directly from VS CodeThis lightweight plugin was created as I often need to point out specific spots in repos to other people, bookmark them for future use for myself etc. Instead of opening repo in browser and browsing to necessary file/line manually GitUrl plugin allows to do it directly from Visual Studio Code automatically. GitHub, Bitbucket and GitLab repos are supported out of the box. InstallationClone or install repo into new subdirectory in Visual Studio Code extensions directory (~/.vscode/extensions) Linux
Mac
Windows
ConfigurationGitUrl supports GitHub, Bitbucket and GitLab repos out of the box. However you can additionally configure your own self-hosted git services by adding new entries to "giturl.domains" array in settings. Entry key must be domain name where git service is hosted. Supported properties for "giturl.domains" entry:
Supported keys for url pattern: {domain}, {user}, {repo}, {path}, {revision}, {line}, {lineEnd} Example configurations:
|