struct LSP::DidChangeWatchedFilesRegistrationOptions

Overview

Describe options to be used when registering for file system change events.

Included Modules

Defined in:

lsp/capabilities/did_change_watched_files_client_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def watchers : Array(FileSystemWatcher) #

The watchers to register.


[View source]
def watchers=(watchers : Array(FileSystemWatcher)) #

The watchers to register.


[View source]