Class: Solargraph::LanguageServer::Message::TextDocument::DidSave
- Defined in:
- lib/solargraph/language_server/message/text_document/did_save.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Base
#error, #host, #id, #method, #params, #request, #result
Instance Method Summary collapse
Methods inherited from Base
Methods included from UriHelpers
decode, encode, file_to_uri, uri_to_file
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
8 9 10 11 12 |
# File 'lib/solargraph/language_server/message/text_document/did_save.rb', line 8 def process # @todo The server might not need to do anything in response to # this notification. See https://github.com/castwide/solargraph/issues/73 # host.save params end |