View Source GenLSP.Structures.DidChangeWatchedFilesRegistrationOptions (gen_lsp v0.8.1)

Describe options to be used when registered for text document change events.

Link to this section Summary

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.