View Source GenLSP.Structures.UnchangedDocumentDiagnosticReport (gen_lsp v0.8.1)

A diagnostic report indicating that the last returned report is still accurate.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • kind: A document diagnostic report indicating no changes to the last result. A server can only return unchanged if result ids are provided.
  • result_id: A result id which will be sent on the next diagnostic request for the same document.

Link to this section Types

@type t() :: %GenLSP.Structures.UnchangedDocumentDiagnosticReport{
  kind: String.t(),
  result_id: String.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.UnchangedDocumentDiagnosticReport{}

View Source (struct)

fields

Fields

  • kind: A document diagnostic report indicating no changes to the last result. A server can only return unchanged if result ids are provided.
  • result_id: A result id which will be sent on the next diagnostic request for the same document.