mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-13 03:28:35 -05:00
Adds GitLab remote link support
Adds Bitbucket remote link support Adds Visual Studio Team Services remote link support
This commit is contained in:
@@ -12,7 +12,7 @@ export class GitHubService extends RemoteProvider {
|
||||
}
|
||||
|
||||
protected getUrlForBranch(branch: string): string {
|
||||
return `${this.baseUrl}/tree/${branch}`;
|
||||
return `${this.baseUrl}/commits/${branch}`;
|
||||
}
|
||||
|
||||
protected getUrlForCommit(sha: string): string {
|
||||
|
||||
Reference in New Issue
Block a user