struct LSP::DiagnosticOptions
- LSP::DiagnosticOptions
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/capabilities/language_features_client_capabilities.crConstructors
- .new(inter_file_dependencies : Bool, workspace_diagnostics : Bool, identifier : Nil | String = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#identifier : String | Nil
An optional identifier under which the diagnostics are managed by the client.
-
#identifier=(identifier : String | Nil)
An optional identifier under which the diagnostics are managed by the client.
- #inter_file_dependencies : Bool
- #inter_file_dependencies=(inter_file_dependencies : Bool)
- #workspace_diagnostics : Bool
- #workspace_diagnostics=(workspace_diagnostics : Bool)
Constructor Detail
def self.new(inter_file_dependencies : Bool, workspace_diagnostics : Bool, identifier : Nil | String = nil)
#
Instance Method Detail
def identifier : String | Nil
#
An optional identifier under which the diagnostics are managed by the client.
def identifier=(identifier : String | Nil)
#
An optional identifier under which the diagnostics are managed by the client.