struct

LSP::DidChangeWatchedFilesClientCapabilities

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dynamic_registration

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.

Source
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.

Source
relative_pattern_support

Whether the client has support for relative patterns or not.

Source
relative_pattern_support=(relative_pattern_support : Bool | Nil)

Whether the client has support for relative patterns or not.

Source