struct LSP::DiagnosticOptions

Included Modules

Defined in:

lsp/capabilities/language_features_client_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(inter_file_dependencies : Bool, workspace_diagnostics : Bool, identifier : Nil | String = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def identifier : String | Nil #

An optional identifier under which the diagnostics are managed by the client.


[View source]
def identifier=(identifier : String | Nil) #

An optional identifier under which the diagnostics are managed by the client.


[View source]
def inter_file_dependencies : Bool #

[View source]
def inter_file_dependencies=(inter_file_dependencies : Bool) #

[View source]
def workspace_diagnostics : Bool #

[View source]
def workspace_diagnostics=(workspace_diagnostics : Bool) #

[View source]