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.

Source:
requests.scala
class Object
trait Matchable
class Any

Type members

Types

type Out = Opt[Value]

Value members

Inherited fields

val requestMethod: String
Inherited from:
LSPRequest
Source:
requests.scala

Givens

Givens

given inputReader: Reader[In]
given inputWriter: Writer[In]
given outputReader: Reader[Out]
given outputWriter: Writer[Out]