@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Variable LOAD_MORE_IDConst

    LOAD_MORE_ID: "__loadMore__" = '__loadMore__'

    Sentinel id used by withPagination's "Load more…" placeholder.

    A single fixed id, which is also its limitation: TreeItem.id must be unique across a whole tree, so only one level of one tree can show the placeholder at a time. Paginating two sibling branches at once needs ids of your own.