exit

langoustine.lsp.requests$.exit$
object exit extends LSPNotification

The exit event is sent from the client to the server to ask the server to exit its process.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
exit.type

Members list

Concise view

Type members

Types

type In = Unit

Value members

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

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

Attributes

Inherited from:
notifications_exit (hidden)