LSProtocol::DocumentDiagnosticParams
Inherits JSON::Serializable / Reference / Object
Parameters of the document diagnostic request.
@since 3.17.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(text_document : TextDocumentIdentifier | Nil, identifier : String | Nil = nil, partial_result_token : ProgressToken | Nil = nil, previous_result_id : String | Nil = nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
partial_result_token
An optional token that a server can use to report partial results (e.g. streaming) to the client.