class LSProtocol::UnchangedDocumentDiagnosticReport
- LSProtocol::UnchangedDocumentDiagnosticReport
- Reference
- Object
Overview
A diagnostic report indicating that the last returned report is still accurate.
@since 3.17.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#kind : String
A document diagnostic report indicating no changes to the last result.
-
#result_id : String
A result id which will be sent on the next diagnostic request for the same document.
Constructor Detail
Instance Method Detail
def kind : String
#
A document diagnostic report indicating
no changes to the last result. A server can
only return unchanged
if result ids are
provided.
def result_id : String
#
A result id which will be sent on the next diagnostic request for the same document.