mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
support multiple URLs
This commit is contained in:
2
extensions/git/src/api/git.d.ts
vendored
2
extensions/git/src/api/git.d.ts
vendored
@@ -192,7 +192,7 @@ export interface Repository {
|
||||
|
||||
export interface RemoteSource {
|
||||
readonly name: string;
|
||||
readonly url: string;
|
||||
readonly url: string | string[];
|
||||
}
|
||||
|
||||
export interface RemoteSourceProvider {
|
||||
|
||||
Reference in New Issue
Block a user