mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
show git repo details
This commit is contained in:
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -192,6 +192,7 @@ export interface Repository {
|
||||
|
||||
export interface RemoteSource {
|
||||
readonly name: string;
|
||||
readonly description?: string;
|
||||
readonly url: string | string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user