struct
LSP::TextDocumentClientCapabilities::PublishDiagnosticsClientCapabilities
Included Modules
Defined in:
base/capabilities/text_document_client_capabilites.crConstructors
Instance Method Summary
-
#related_information : Bool | Nil
Whether the clients accepts diagnostics with related information.
-
#related_information=(related_information : Bool | Nil)
Whether the clients accepts diagnostics with related information.
-
#tag_support : TagSupportValue | Nil
Client supports the tag property to provide meta data about a diagnostic.
-
#tag_support=(tag_support : TagSupportValue | Nil)
Client supports the tag property to provide meta data about a diagnostic.
-
#version_support : Bool | Nil
Whether the client interprets the version property of the
textDocument/publishDiagnosticsnotification's parameter. -
#version_support=(version_support : Bool | Nil)
Whether the client interprets the version property of the
textDocument/publishDiagnosticsnotification's parameter.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
Instance Method Detail
Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.
Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.
Whether the client interprets the version property of the
textDocument/publishDiagnostics notification's parameter.
Whether the client interprets the version property of the
textDocument/publishDiagnostics notification's parameter.