executeCommand

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

A request send from the client to the server to execute a command. The request might return a workspace edit which the client will apply to the workspace.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Out = Opt[Value]

Value members

Inherited fields

val requestMethod: String

Attributes

Inherited from:
LSPRequest

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
requests_workspace_executeCommand (hidden)