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

Type members

Types

type In = Unit

Value members

Concrete methods

override def apply(in: Unit): PreparedNotification[this.type]

Attributes

Definition Classes

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)