Theia API Documentation v1.65.0
    Preparing search index...

    The ranges a CommentingRangeProvider enables commenting on.

    interface CommentingRanges {
        enableFileComments: boolean;
        ranges?: Range[];
    }
    Index

    Properties

    enableFileComments: boolean

    Enables comments to be added to a file without a specific range.

    ranges?: Range[]

    The ranges which allow new comment threads creation.