Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias Range

    A range in a text document, expressed as start and end positions.

    type Range = {
        end: Position;
        start: Position;
    }
    Index

    Properties

    Properties

    The end position (exclusive).

    start: Position

    The start position (inclusive).