workspaceFolders

langoustine.lsp.requests$.workspace$.workspaceFolders$
object workspaceFolders extends LSPRequest

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

Attributes

Graph
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type In = Unit
type Out = Opt[Vector[WorkspaceFolder]]

Value members

Inherited fields

val requestMethod: String

Attributes

Inherited from:
LSPRequest

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
requests_workspace_workspaceFolders (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
requests_workspace_workspaceFolders (hidden)
given outputReader: Reader[Out]

Attributes

Inherited from:
requests_workspace_workspaceFolders (hidden)
given outputWriter: Writer[Out]

Attributes

Inherited from:
requests_workspace_workspaceFolders (hidden)