class

LSProtocol::DidChangeWatchedFilesRegistrationOptions

Inherits JSON::Serializable / Reference / Object

Describe options to be used when registered for text document change events.

Constructors

new(pull : JSON::PullParser)
Source
new(watchers : Array(FileSystemWatcher) | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

watchers

The watchers to register.

Source