mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Adding kind property to repository
This commit is contained in:
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -229,6 +229,7 @@ export interface Repository {
|
||||
readonly inputBox: InputBox;
|
||||
readonly state: RepositoryState;
|
||||
readonly ui: RepositoryUIState;
|
||||
readonly kind: RepositoryKind;
|
||||
|
||||
readonly onDidCommit: Event<void>;
|
||||
readonly onDidCheckout: Event<void>;
|
||||
|
||||
Reference in New Issue
Block a user