File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 232
232
rubocop (~> 1.51 )
233
233
rubocop-sorbet (0.8.3 )
234
234
rubocop (>= 0.90.0 )
235
- ruby-lsp (0.17.7 )
235
+ ruby-lsp (0.17.9 )
236
236
language_server-protocol (~> 3.17.0 )
237
237
prism (>= 0.29.0 , < 0.31 )
238
238
rbs (>= 3 , < 4 )
Original file line number Diff line number Diff line change @@ -95,8 +95,14 @@ class User < ApplicationRecord
95
95
RUBY
96
96
97
97
assert_equal ( <<~CONTENT . chomp , response . contents . value )
98
+ ```ruby
99
+ Blog::User
100
+ ```
101
+
102
+ **Definitions**: [fake.rb](file:///fake.rb#L2,3-3,6)
98
103
[Schema](#{ URI ::Generic . from_path ( path : dummy_root + "/db/schema.rb" ) } )
99
104
105
+
100
106
**id**: integer (PK)
101
107
102
108
**first_name**: string
@@ -237,7 +243,7 @@ class ActiveRecord::Base
237
243
private
238
244
239
245
def hover_on_source ( source , position )
240
- with_server ( source ) do |server , uri |
246
+ with_server ( source , stub_no_typechecker : true ) do |server , uri |
241
247
server . process_message (
242
248
id : 1 ,
243
249
method : "textDocument/hover" ,
You can’t perform that action at this time.
0 commit comments