Theia API Documentation v1.65.0
    Preparing search index...
    CommentThreadChanges: Partial<
        {
            canReply: boolean
            | CommentAuthorInformation;
            collapseState: CommentThreadCollapsibleState;
            comments: Comment[];
            contextValue: string;
            label: string;
            range: Range;
            state: CommentThreadState;
        },
    >