-
Notifications
You must be signed in to change notification settings - Fork 4.4k
ruby: Add ruby-lsp as an experimental language server #11768
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: Add ruby-lsp as an experimental language server #11768
Conversation
9dc4acd
to
3d90c62
Compare
_ => None, | ||
} | ||
} | ||
|
||
fn language_server_initialization_options( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was taken from #8613
We will do this in a separate PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vitallium Thanks!
@maxdeviant, that was fast! You're welcome. And thank you for creating a separate PR to bump the version. |
This PR bumps the Ruby extension to v0.0.2. Changes: - #11768 Release Notes: - N/A
That's great to hear, I've opened a PR to update the Ruby LSP docs: |
…#11768) Adds [ruby-lsp](https://shopify.github.io/ruby-lsp/) as an alternative LS for Ruby language. While support for fully functional `ruby-lsp` is limited due to some limitations (see zed-industries#8613) I think it's OK to add it but disable by default. Thanks! Resolves zed-industries#4834. Release Notes: - N/A ### Some screenshots Completion support  Symbol search  --------- Co-authored-by: Marshall Bowers <[email protected]>
This PR bumps the Ruby extension to v0.0.2. Changes: - zed-industries#11768 Release Notes: - N/A
…1768) Adds [ruby-lsp](https://shopify.github.io/ruby-lsp/) as an alternative LS for Ruby language. While support for fully functional `ruby-lsp` is limited due to some limitations (see zed-industries/zed#8613) I think it's OK to add it but disable by default. Thanks! Resolves zed-industries/zed#4834. Release Notes: - N/A ### Some screenshots Completion support  Symbol search  --------- Co-authored-by: Marshall Bowers <[email protected]>
This PR bumps the Ruby extension to v0.0.2. Changes: - zed-industries/zed#11768 Release Notes: - N/A
Adds ruby-lsp as an alternative LS for Ruby language.
While support for fully functional
ruby-lsp
is limited due to some limitations (see #8613) I think it's OK to add it but disable by default. Thanks!Resolves #4834.
Release Notes:
Some screenshots
Completion support

Symbol search
