class Solargraph::LanguageServer::Message::TextDocument::DidSave
Public Instance Methods
process()
click to toggle source
# 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