GenLSP.Protocol.Structures.RelatedUnchangedDocumentDiagnosticReport (gen_lsp v0.0.1)

An unchanged diagnostic report with a set of related documents.

@since 3.17.0

properties

Properties

relatedDocuments :: unimplemented doc type

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.

@since 3.17.0