showMessageRequest

The show message request is sent from the server to the client to show a message and a set of options actions to the user.

Source:
requests.scala
class Object
trait Matchable
class Any

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]