struct
LSP::DidChangeWatchedFilesClientCapabilities
- LSP::DidChangeWatchedFilesClientCapabilities
- Struct
- Value
- Object
Included Modules
Defined in:
base/capabilities/did_change_watched_files_client_capabilities.crConstructors
Instance Method Summary
-
#dynamic_registration : Bool | Nil
Did change watched files notification supports dynamic registration.
-
#dynamic_registration=(dynamic_registration : Bool | Nil)
Did change watched files notification supports dynamic registration.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
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.
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.