class

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

items

The actual items.

Source
kind

A full document diagnostic report.

Source
result_id

An optional result id. If provided it will be sent on the next diagnostic request for the same document.

Source