View Source GenLSP.Notifications.WorkspaceDidChangeWorkspaceFolders (gen_lsp v0.8.1)

The workspace/didChangeWorkspaceFolders notification is sent from the client to the server when the workspace folder configuration changes.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.WorkspaceDidChangeWorkspaceFolders{
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.DidChangeWorkspaceFoldersParams.t() | nil
}