class Solargraph::LanguageServer::Message::Initialized

def process

def process
  # @todo Temporarily removed textDocument/codeAction

  host.register_capabilities %w[
    textDocument/completion
    textDocument/hover
    textDocument/signatureHelp
    textDocument/formatting
    textDocument/documentSymbol
    textDocument/definition
    textDocument/references
    textDocument/rename
    textDocument/prepareRename
    textDocument/foldingRange
    workspace/symbol
  ]
end