Skip to content

Commit c169706

Browse files
committed
Fix
1 parent ef79527 commit c169706

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ruby_lsp/ruby_lsp_rails/runner_client.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ def initialize(global_state)
8787

8888
$stderr.puts("Finished booting Ruby LSP Rails server")
8989

90+
# TODO: need to update RBI
91+
T.unsafe(global_state).rails_runner_stdin = @stdin
92+
9093
unless ENV["RAILS_ENV"] == "test"
9194
at_exit do
9295
if @wait_thread.alive?

0 commit comments

Comments
 (0)