View source
typedef DocumentDiagnosticReportPartialResult
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Diagnostics
A partial result for a document diagnostic report.
Available since
3.17.0
.A partial result for a document diagnostic report.
3.17.0
.relatedDocuments:DynamicAccess<EitherType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>