class

LSProtocol::DidChangeWatchedFilesParams

Inherits JSON::Serializable / Reference / Object

The watched files change notification's parameters.

Constructors

new(pull : JSON::PullParser)
Source
new(changes : Array(FileEvent) | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

changes

The actual file events.

Source