class LSProtocol::DidChangeWatchedFilesClientCapabilities

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(dynamic_registration : Bool | Nil = nil, relative_pattern_support : Bool | Nil = nil) #

[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 relative_pattern_support : Bool | Nil #

Whether the client has support for RelativePattern or not.

@since 3.17.0


[View source]