|
|
@ -19,7 +19,7 @@ const defaultProviders: RemoteProviders = [ |
|
|
|
['dev.azure.com', (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)] |
|
|
|
[/\bvisualstudio\.com$/i, (domain: string, path: string) => new AzureDevOpsRemote(domain, path)] |
|
|
|
]; |
|
|
|
|
|
|
|
export class RemoteProviderFactory { |
|
|
|