View Source GenLSP.Structures.DidChangeWatchedFilesRegistrationOptions (gen_lsp v0.10.0)
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
Link to this function
%GenLSP.Structures.DidChangeWatchedFilesRegistrationOptions{}
View Source (struct)
fields
Fields
- watchers: The watchers to register.