Class: Solargraph::LanguageServer::Message::Workspace::DidChangeConfiguration
- Inherits:
-
Base
- Object
- Base
- Solargraph::LanguageServer::Message::Workspace::DidChangeConfiguration
- Defined in:
- lib/solargraph/language_server/message/workspace/did_change_configuration.rb
Instance Attribute Summary
Attributes inherited from Base
#error, #host, #id, #method, #params, #request, #result
Instance Method Summary collapse
Methods inherited from Base
#initialize, #post_initialize, #send_response, #set_error, #set_result
Constructor Details
This class inherits a constructor from Solargraph::LanguageServer::Message::Base
Instance Method Details
#process ⇒ Object
5 6 7 8 9 10 |
# File 'lib/solargraph/language_server/message/workspace/did_change_configuration.rb', line 5 def process return unless params['settings'] update = params['settings']['solargraph'] host.configure update end |