class Solargraph::LanguageServer::Message::TextDocument::Base

def post_initialize

def post_initialize
  @filename = uri_to_file(params['textDocument']['uri'])
end