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 82a56ae commit 462564cCopy full SHA for 462564c
lib/ruby_lsp/ruby_lsp_rails/addon.rb
@@ -34,7 +34,7 @@ def initialize
34
35
Thread.new do
36
@addon_mutex.synchronize do
37
- # We need to ensure the Rails client is fully loaded before we activate the addon
+ # We need to ensure the Rails client is fully loaded before we activate the server addons
38
@client_mutex.synchronize { @rails_runner_client = RunnerClient.create_client }
39
end
40
0 commit comments