Skip to content

Commit

Permalink
Trying manually requiring LSP prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Jul 6, 2023
1 parent 96ef55d commit 3439f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/ruby-lsp/benchmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
use_gemfile

require "ruby_lsp/internal"
require "rubocop"
require "ruby_lsp/requests/support/rubocop_diagnostics_runner"

file_path = File.expand_path("fixture.rb", __dir__)
file_uri = "file://#{file_path}"
Expand Down

0 comments on commit 3439f76

Please sign in to comment.