class RubyLsp::RuboCop::RuntimeAdapter

def run_formatting(uri, document)

def run_formatting(uri, document)
  @runtime.format(
    uri_to_path(uri),
    document.source,
    command: 'rubocop.formatAutocorrects',
    prism_result: prism_result(document)
  )
end