GenLSP.Structures.DidChangeWatchedFilesRegistrationOptions (gen_lsp v0.0.4)
Describe options to be used when registered for text document change events.
Link to this section Summary
Functions
Fields
- watchers: The watchers to register.
Link to this section Types
@type t() :: %GenLSP.Structures.DidChangeWatchedFilesRegistrationOptions{ watchers: [GenLSP.Structures.FileSystemWatcher.t()] }
Link to this section Functions
fields
Fields
- watchers: The watchers to register.