Class: Solargraph::LanguageServer::Message::Extended::DownloadCore

Inherits:
Base
  • Object
show all
Defined in:
lib/solargraph/language_server/message/extended/download_core.rb

Overview

Update core Ruby documentation.

Instance Attribute Summary

Attributes inherited from Base

#error, #host, #id, #method, #params, #request, #result

Instance Method Summary collapse

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

#processObject



12
13
14
# File 'lib/solargraph/language_server/message/extended/download_core.rb', line 12

def process
  host.show_message "Downloading cores is deprecated. Solargraph currently uses RBS for core and stdlib documentation", LanguageServer::MessageTypes::INFO
end