struct

LSP::FileSystemWatcher

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

glob_pattern

The glob pattern to watch. See {@link GlobPattern glob pattern} for more detail.

Source
glob_pattern=(glob_pattern : GlobPattern)

The glob pattern to watch. See {@link GlobPattern glob pattern} for more detail.

Source
kind

The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.

Source
kind=(kind : WatchKind | Nil)

The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.

Source