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
but when I run ruby-lsp on terminal, the error I'm getting is
<internal:/Users/anirudh/.rvm/rubies/ruby-3.2.1/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in `require': cannot load such file -- sorbet-runtime (LoadError)
from <internal:/Users/anirudh/.rvm/rubies/ruby-3.2.1/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /Users/anirudh/.rvm/gems/ruby-3.2.1@rails-backend-server/gems/ruby-lsp-0.22.1/lib/ruby_lsp/setup_bundler.rb:4:in `<top (required)>'
from /Users/anirudh/.rvm/gems/ruby-3.2.1@rails-backend-server/gems/ruby-lsp-0.22.1/exe/ruby-lsp:72:in `require_relative'
from /Users/anirudh/.rvm/gems/ruby-3.2.1@rails-backend-server/gems/ruby-lsp-0.22.1/exe/ruby-lsp:72:in `<top (required)>'
from /Users/anirudh/.rvm/gems/ruby-3.2.1@rails-backend-server/bin/ruby-lsp:25:in `load'
from /Users/anirudh/.rvm/gems/ruby-3.2.1@rails-backend-server/bin/ruby-lsp:25:in `<main>'
from /Users/anirudh/.rvm/gems/ruby-3.2.1@rails-backend-server/bin/ruby_executable_hooks:22:in `eval'
from /Users/anirudh/.rvm/gems/ruby-3.2.1@rails-backend-server/bin/ruby_executable_hooks:22:in `<main>'
Can anyone help with this please, I'm not able to navigate and use git in my project
The text was updated successfully, but these errors were encountered:
Thank you for the report! Regarding git, that is probably not related to the Ruby LSP. We don't do anything that would prevent you from using git.
Regarding the error, it could be related to the new launcher mode we're experimenting it. If you try the steps on this issue, does it fix the problem for you?
I'll also transfer this to ruby-lsp since this is not related to the Rails add-on.
I'm using ruby 3.2.1 in my project and ruby-lsp fails to initialize
In my Gemfile
but when I run ruby-lsp on terminal, the error I'm getting is
Can anyone help with this please, I'm not able to navigate and use git in my project
The text was updated successfully, but these errors were encountered: