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.
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 incollapsedFolders(by their full path) hide their descendants.