A full diagnostic report with a set of related documents.

Available since

3.17.0

.

Fields

@:optionaloptionalresultId:Null<String>

An optional result id. If provided it will be sent on the next diagnostic request for the same document.

@:optionaloptionalrelatedDocuments:Null<DynamicAccess<EitherType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>>

Diagnostics of related documents. This information is useful in programming languages where code in a file A can generate diagnostics in a file B which A depends on. An example of such a language is C/C++ where marco definitions in a file a.cpp and result in errors in a header file b.hpp.

@proposed

Available since

3.17.0

.

kind:DocumentDiagnosticReportFullKind

A full document diagnostic report.

items:Array<Diagnostic>

The actual items.