class

LSProtocol::UnchangedDocumentDiagnosticReport

Inherits JSON::Serializable / Reference / Object

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

@since 3.17.0

Constructors

new(kind : String | Nil, result_id : String | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

kind

A document diagnostic report indicating no changes to the last result. A server can only return unchanged if result ids are provided.

Source
result_id

A result id which will be sent on the next diagnostic request for the same document.

Source