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

    Type Alias NesTextEdit

    A text edit within a suggestion.

    type NesTextEdit = {
        newText: string;
        range: Range;
    }
    Index

    Properties

    Properties

    newText: string

    The replacement text.

    range: Range

    The range to replace.