struct

LSP::TextDocumentClientCapabilities::PublishDiagnosticsClientCapabilities

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

tag_support

Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.

Source
tag_support=(tag_support : TagSupportValue | Nil)

Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.

Source
version_support

Whether the client interprets the version property of the textDocument/publishDiagnostics notification's parameter.

Source
version_support=(version_support : Bool | Nil)

Whether the client interprets the version property of the textDocument/publishDiagnostics notification's parameter.

Source

Nested types