workspaceFolders

langoustine.lsp.requests$.workspace$.workspaceFolders$

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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)