class LSP::InitializedNotification
- LSP::InitializedNotification
- LSP::NotificationMessage
- Reference
- Object
Overview
The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server. The server can use the initialized notification for example to dynamically register capabilities. The initialized notification may only be sent once.
Included Modules
Defined in:
notifications/initialized.crConstructors
-
.new(pull : JSON::PullParser)
The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server.
- .new(**args)
Instance Method Summary
Instance methods inherited from class LSP::NotificationMessage
method : String
method,
method=(method : String)
method=
Constructor methods inherited from class LSP::NotificationMessage
new(pull : JSON::PullParser)new(**args) new
Constructor Detail
The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server. The server can use the initialized notification for example to dynamically register capabilities. The initialized notification may only be sent once.