Type Alias DocumentDiagnosticReportPartialResult

DocumentDiagnosticReportPartialResult: {
    relatedDocuments: {
        [uri: string]:
            | FullDocumentDiagnosticReport
            | UnchangedDocumentDiagnosticReport;
    };
}

A partial result for a document diagnostic report.

Type declaration

3.17.0