struct LSP::Message::DidChangeConfiguration
- LSP::Message::DidChangeConfiguration
- Struct
- Value
- Object
Overview
A notification sent from the client to the server to signal the change of configuration settings.
Included Modules
- JSON::Serializable
Defined in:
lsp/message.crConstructors
- .new(pull : JSON::PullParser)
- .new(params : LSP::Message::DidChangeConfiguration::Params = Params.new)
Class Method Summary
Instance Method Summary
- #jsonrpc : String
- #jsonrpc=(jsonrpc : String)
- #method : String
- #method=(method : String)
- #params : Params
- #params=(params : Params)