shutdown

object shutdown extends LSPRequest

A shutdown request is sent from the client to the server. It is sent once when the client decides to shutdown the server. The only notification that is sent after a shutdown request is the exit event.

Source:
requests.scala
class Object
trait Matchable
class Any

Type members

Types

type In = Unit
type Out = Null

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]