struct LSP::DidChangeWatchedFilesParams

Included Modules

Defined in:

lsp/workspace_features/did_change_watched_files.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def changes : Array(FileEvent) #

The actual file events.


[View source]
def changes=(changes : Array(FileEvent)) #

The actual file events.


[View source]