struct

LSP::DidChangeWatchedFilesRegistrationOptions

Inherits JSON::Serializable < Struct < Value < Object

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

Constructors

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

Instance methods

watchers

The watchers to register.

Source
watchers=(watchers : Array(FileSystemWatcher))

The watchers to register.

Source