View Source GenLSP.Requests.WorkspaceWorkspaceFolders (gen_lsp v0.8.1)

The workspace/workspaceFolders is sent from the server to the client to fetch the open workspace folders.

Message Direction: serverToClient

Link to this section Summary

Link to this section Types

@type result() :: [GenLSP.Structures.WorkspaceFolder.t()] | nil
@type t() :: %GenLSP.Requests.WorkspaceWorkspaceFolders{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t()
}