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:
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: