x4js - v2.2.49
    Preparing search index...
    interface PendingCommentThread {
        comment: PendingComment;
        isReply: boolean;
        range: IRange;
        uniqueOwner: string;
        uri: Uri;
    }
    Index
    isReply: boolean
    range: IRange
    uniqueOwner: string
    uri: Uri