-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Ruby extension doesn't have a working language server by default #25099
Comments
The ruby-lsp path fails similarly. ruby-lsp says to After that, it still failed to run with:
|
This was referenced Feb 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Steps to trigger the problem:
Actual Behavior:
brew install solargraph
, get a new error (cannot start solargraph, missing dependencies)brew install
, get a new error (can't find executable solargraph for gem solargraph. solargraph is not currently included in the bundle, perhaps you meant to add it to your Gemfile?)Expected Behavior:
I think this is possibly fixable in the extension, so want to take a look.
That said, it seems likely we need a new API that would let the extension install solargraph from rubygems. We could use this API to make the Go language also an extension (it currently can't be because it installs with
go install
). I'm less clear on how to avoid the next few errors, but this feels similar to the work we did to make node-based LSPs work by either using the version from the Gemfile (if it is present) or a silo'd version (if it isn't).Zed Version and System Specs
Zed: v0.175.0 (Zed Nightly 80458ff)
OS: macOS 15.3.0
Memory: 128 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: