struct

LSP::Message::PublishDiagnostics::Params

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(uri : URI = URI.new, diagnostics : Array(LSP::Data::Diagnostic) = [] of Data::Diagnostic)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

diagnostics

An array of diagnostic information items.

Source
diagnostics=(diagnostics : Array(Data::Diagnostic))

An array of diagnostic information items.

Source
uri

The URI for which diagnostic information is reported.

Source
uri=(uri : URI)

The URI for which diagnostic information is reported.

Source