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

Source
requests.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
exit.type

Members list

Type members

Types

type In = Unit

Attributes

Source
requests.scala

Value members

Concrete methods

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

Attributes

Definition Classes
Source
requests.scala

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification
Source
requests.scala

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
notifications_exit (hidden)
Source
codecs.scala
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_exit (hidden)
Source
codecs.scala