|
|
@ -16,7 +16,7 @@ const defaultProviders: RemoteProviders = [ |
|
|
|
['bitbucket.org', (domain: string, path: string) => new BitbucketRemote(domain, path)], |
|
|
|
['github.com', (domain: string, path: string) => new GitHubRemote(domain, path)], |
|
|
|
['gitlab.com', (domain: string, path: string) => new GitLabRemote(domain, path)], |
|
|
|
['dev.azure.com', (domain: string, path: string) => new AzureDevOpsRemote(domain, path)], |
|
|
|
[/\bdev\.azure\.com$/i, (domain: string, path: string) => new AzureDevOpsRemote(domain, path)], |
|
|
|
[/\bbitbucket\b/i, (domain: string, path: string) => new BitbucketServerRemote(domain, path)], |
|
|
|
[/\bgitlab\b/i, (domain: string, path: string) => new GitLabRemote(domain, path)], |
|
|
|
[/\bvisualstudio\.com$/i, (domain: string, path: string) => new AzureDevOpsRemote(domain, path)] |
|
|
|