initialized

langoustine.lsp.requests.initialized
object initialized extends LSPNotification

The initialized notification is sent from the client to the server after the client is fully initialized and the server is allowed to send requests from the server to the client.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

Value members

Concrete methods

override def apply(in: InitializedParams): 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_initialized (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_initialized (hidden)