class Solargraph::LanguageServer::Message::TextDocument::DidOpen

def process

def process
  host.open params['textDocument']['uri'], params['textDocument']['text'], params['textDocument']['version']
end