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

    Type Alias NesDiagnostic

    A diagnostic (error, warning, etc.).

    type NesDiagnostic = {
        message: string;
        range: Range;
        severity: NesDiagnosticSeverity;
        uri: string;
    }
    Index

    Properties

    message: string

    The diagnostic message.

    range: Range

    The range of the diagnostic.

    The severity of the diagnostic.

    uri: string

    The URI of the file containing the diagnostic.