Type Alias WorkspaceFullDocumentDiagnosticReport

WorkspaceFullDocumentDiagnosticReport: FullDocumentDiagnosticReport & {
    uri: DocumentUri;
    version: integer | null;
}

A full document diagnostic report for a workspace diagnostic result.

Type declaration

  • uri: DocumentUri

    The URI for which diagnostic information is reported.

  • version: integer | null

    The version number for which the diagnostics are reported. If the document is not marked as open null can be provided.

3.17.0