-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on boot: can't find executable ruby-lsp for gem ruby-lsp #2607
Comments
@tomocrafter are you intentionally setting |
Thank you both for lookind into this issue. @andyw8 This repository is work-related, and the config is shared by all members. @vinistock The issue #2532 says "non-default version of bundler", How can I get the "default version of bundler" to test if this issue is related? |
Honestly, I haven't been able to fix the problem because I also haven't been able to reproduce it properly. Every time I try If you want to take a stab at debugging this yourself (since you can reproduce it), you might be able to get a sense of what's going on by adding some I still need to investigate it further to fully understand how we can address the problem. |
It is very strange, but I was debugging by adding puts to ruby-lsp source code and restarting ruby-lsp by running |
Thanks for the update. |
Description
This is intended duplication issue of #1713, it seems another problem is causing prevent from booting.
The project which occuring this error have
.bundle/config
under project root directory withRuby LSP Information
VS Code Version
1.93.1
Ruby LSP Extension Version
0.8.1
Ruby LSP Server Version
Unknown (vscode extension could not detected so I ran
ruby-lsp --version
and output was0.18.1
)Ruby LSP Addons
Ruby Version
3.3.4
Ruby Version Manager
mise
Installed Extensions
Click to expand
Ruby LSP Settings
Click to expand
Workspace
User
Bundler version is latest at this time:
Bundler version 2.5.19
Reproduction steps
code .
Code snippet or error message
The text was updated successfully, but these errors were encountered: