GenLSP.Structures.DocumentDiagnosticReportPartialResult (gen_lsp v0.0.9)
A partial result for a document diagnostic report.
@since 3.17.0
Link to this section Summary
Functions
Fields
- related_documents
Link to this section Types
@type t() :: %GenLSP.Structures.DocumentDiagnosticReportPartialResult{ related_documents: %{ required(GenLSP.BaseTypes.document_uri()) => GenLSP.Structures.FullDocumentDiagnosticReport.t() | GenLSP.Structures.UnchangedDocumentDiagnosticReport.t() } }
Link to this section Functions
fields
Fields
- related_documents