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

The workspace folder change event.

Link to this section Summary

Functions

Fields

  • added: The array of added workspace folders
  • removed: The array of the removed workspace folders

Link to this section Types

@type t() :: %GenLSP.Structures.WorkspaceFoldersChangeEvent{
  added: [GenLSP.Structures.WorkspaceFolder.t()],
  removed: [GenLSP.Structures.WorkspaceFolder.t()]
}

Link to this section Functions

Link to this function

%GenLSP.Structures.WorkspaceFoldersChangeEvent{}

View Source (struct)

fields

Fields

  • added: The array of added workspace folders
  • removed: The array of the removed workspace folders