View Source GenLSP.Structures.DidChangeWatchedFilesParams (gen_lsp v0.10.0)
The watched files change notification's parameters.
Link to this section Summary
Functions
Fields
- changes: The actual file events.
Link to this section Types
@type t() :: %GenLSP.Structures.DidChangeWatchedFilesParams{ changes: [GenLSP.Structures.FileEvent.t()] }
Link to this section Functions
fields
Fields
- changes: The actual file events.