struct LSP::DidChangeWatchedFilesClientCapabilities

Included Modules

Defined in:

base/capabilities/did_change_watched_files_client_capabilities.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def dynamic_registration : Bool | Nil #

Did change watched files notification supports dynamic registration. Please note that the current protocol doesn't support static configuration for file changes from the server side.


[View source]
def dynamic_registration=(dynamic_registration : Bool | Nil) #

Did change watched files notification supports dynamic registration. Please note that the current protocol doesn't support static configuration for file changes from the server side.


[View source]