LSP::FileSystemWatcher
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
glob_pattern=(glob_pattern : GlobPattern)
The glob pattern to watch. See {@link GlobPattern glob pattern} for more detail.
kind
The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.
kind=(kind : WatchKind | Nil)
The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.