Git - expose untracked changes group (#216414)

This commit is contained in:
Ladislau Szomoru
2024-06-18 10:59:53 +02:00
committed by GitHub
parent f388d52dc7
commit a8e00a00dd
2 changed files with 2 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ export interface RepositoryState {
readonly mergeChanges: Change[];
readonly indexChanges: Change[];
readonly workingTreeChanges: Change[];
readonly untrackedChanges: Change[];
readonly onDidChange: Event<void>;
}