LSProtocol::FullDocumentDiagnosticReport
Inherits JSON::Serializable / Reference / Object
A diagnostic report with a full set of problems.
@since 3.17.0
Constructors
new(items : Array(Diagnostic) | Nil, kind : String | Nil, result_id : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
result_id
An optional result id. If provided it will be sent on the next diagnostic request for the same document.