You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just started happening today, likely after this auto-update.
VSCode starts the Ruby LSP for my Rails 7.2.1 app
Server initialization failed
Code snippet or error message
2024-09-2416:30:04.566[info](hatake) /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/ruby-lsp-0.18.2/lib/ruby_lsp/requests/support/rubocop_diagnostic.rb:34:in`block in <class:RuboCopDiagnostic>': uninitialized constant RubyLsp::Requests::Support::RuboCopDiagnostic::RuboCop (NameError) sig { params(document: RubyDocument, offense: RuboCop::Cop::Offense, uri: URI::Generic).void } ^^^^^^^ from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/private/methods/_methods.rb:360:in `instance_exec' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/private/methods/_methods.rb:360:in `run_builder'from/Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/private/methods/_methods.rb:338:in`run_sig' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/private/methods/_methods.rb:248:in `blockin_on_method_added' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/private/methods/_methods.rb:449:in `run_sig_block_for_key'from/Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/private/methods/_methods.rb:469:in`block in run_all_sig_blocks' from <internal:kernel>:187:in `loop' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/private/methods/_methods.rb:466:in `run_all_sig_blocks'from/Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/sorbet-runtime-0.5.11581/lib/types/utils.rb:85:in`run_all_sig_blocks' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/ruby-lsp-0.18.2/exe/ruby-lsp:74:in `<top(required)>' from /Users/leehericks/.rbenv/versions/3.3.5/bin/ruby-lsp:25:in `load'from/Users/leehericks/.rbenv/versions/3.3.5/bin/ruby-lsp:25:in`<top (required)>' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/cli/exec.rb:58:in `load' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/cli/exec.rb:58:in `kernel_load'from/Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/cli/exec.rb:23:in`run' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/cli.rb:455:in `exec' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/command.rb:28:in `run'from/Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in`invoke_command' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor.rb:527:in `dispatch' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/cli.rb:35:in `dispatch'from/Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/base.rb:584:in`start' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/cli.rb:29:in `start' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe/bundle:28:in `block in <top (required)>'from/Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundler/friendly_errors.rb:117:in`with_friendly_errors' from /Users/leehericks/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe/bundle:20:in `<top(required)>' from /Users/leehericks/.rbenv/versions/3.3.5/bin/bundle:25:in `load'from/Users/leehericks/.rbenv/versions/3.3.5/bin/bundle:25:in `<main>'
The text was updated successfully, but these errors were encountered:
leehericks
added
bug
Something isn't working
vscode
This pull request should be included in the VS Code extension's release notes
labels
Sep 24, 2024
Description
Ruby LSP Information
I can't run the information collection, such a command doesn't appear most likely since the lsp server cannot initialize.
Reproduction steps
This just started happening today, likely after this auto-update.
Code snippet or error message
The text was updated successfully, but these errors were encountered: