View Source GenLSP.Structures.WorkspaceFoldersChangeEvent (gen_lsp v0.10.0)
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
fields
Fields
- added: The array of added workspace folders
- removed: The array of the removed workspace folders