LSP::TextDocumentClientCapabilities::PublishDiagnosticsClientCapabilities
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
tag_support
Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.
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.
version_support
Whether the client interprets the version property of the
textDocument/publishDiagnostics notification's parameter.
version_support=(version_support : Bool | Nil)
Whether the client interprets the version property of the
textDocument/publishDiagnostics notification's parameter.