Theia API Documentation v1.75.0
    Preparing search index...
    • Arranges history item changes into the rows of a file tree: folders before files, each sorted by name, with single-child folder chains compacted into one row (src/browser) the way VS Code's SCM tree renders them. Folders listed in collapsedFolders (by their full path) hide their descendants.

      Parameters

      • changes: readonly ScmHistoryItemChange[]
      • rootUri: undefined | string
      • collapsedFolders: ReadonlySet<string>

      Returns ChangeTreeRow[]