mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
Git - add missing event to the Repository interface (#238298)
This commit is contained in:
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -200,6 +200,7 @@ export interface Repository {
|
||||
readonly ui: RepositoryUIState;
|
||||
|
||||
readonly onDidCommit: Event<void>;
|
||||
readonly onDidCheckout: Event<void>;
|
||||
|
||||
getConfigs(): Promise<{ key: string; value: string; }[]>;
|
||||
getConfig(key: string): Promise<string>;
|
||||
|
||||
Reference in New Issue
Block a user