exit

object exit extends LSPNotification

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

Source:
requests.scala
class Object
trait Matchable
class Any
exit.type

Type members

Types

type In = Unit

Value members

Inherited fields

val notificationMethod: String
Inherited from:
LSPNotification
Source:
requests.scala

Givens

Givens

given inputReader: Reader[In]
given inputWriter: Writer[In]