View Source GenLSP.Requests.WorkspaceWorkspaceFolders (gen_lsp v0.10.0)
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