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

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

Link to this function

%GenLSP.Structures.DidChangeWatchedFilesParams{}

View Source (struct)

fields

Fields

  • changes: The actual file events.