shutdown

langoustine.lsp.requests$.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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type In = Unit
type Out = Null

Value members

Inherited fields

val requestMethod: String

Attributes

Inherited from:
LSPRequest

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
requests_shutdown (hidden)