We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863e909 commit abfd255Copy full SHA for abfd255
Gemfile.lock
@@ -232,7 +232,7 @@ GEM
232
rubocop (~> 1.51)
233
rubocop-sorbet (0.8.3)
234
rubocop (>= 0.90.0)
235
- ruby-lsp (0.17.7)
+ ruby-lsp (0.17.9)
236
language_server-protocol (~> 3.17.0)
237
prism (>= 0.29.0, < 0.31)
238
rbs (>= 3, < 4)
test/ruby_lsp_rails/hover_test.rb
@@ -237,7 +237,7 @@ class ActiveRecord::Base
private
239
def hover_on_source(source, position)
240
- with_server(source) do |server, uri|
+ with_server(source, stub_no_typechecker: true) do |server, uri|
241
server.process_message(
242
id: 1,
243
method: "textDocument/hover",
0 commit comments