Adding kind property to repository

This commit is contained in:
Osvaldo Ortega
2026-01-22 14:37:48 -08:00
parent 0e23dfe34a
commit cb1c94e345

View File

@@ -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>;