View Source GenLSP.Structures.DidChangeWorkspaceFoldersParams (gen_lsp v0.10.0)

The parameters of a workspace/didChangeWorkspaceFolders notification.

Link to this section Summary

Functions

Fields

  • event: The actual workspace folder change event.

Link to this section Types

@type t() :: %GenLSP.Structures.DidChangeWorkspaceFoldersParams{
  event: GenLSP.Structures.WorkspaceFoldersChangeEvent.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DidChangeWorkspaceFoldersParams{}

View Source (struct)

fields

Fields

  • event: The actual workspace folder change event.