class Solargraph::LanguageServer::Message::Extended::Environment
parameter is true, rebuild existing yardocs.
Update YARD documentation for installed gems. If the ‘rebuild`
def process
def process # Make sure the environment page can report RuboCop's version require 'rubocop' page = Solargraph::Page.new(host.options['viewsPath']) content = page.render('environment', layout: true, locals: { config: host.options, folders: host.folders }) set_result( content: content ) end