GenLSP.Requests.WorkspaceWorkspaceFolders (gen_lsp v0.0.4)

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

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Requests.WorkspaceWorkspaceFolders{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: nil | nil
}