Skip to content
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-lsp: Enable all available lsp features #4198

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

isimluk
Copy link
Contributor

@isimluk isimluk commented Oct 20, 2023

Early versions of ruby-lsp server required clients to send all the features that shall be initialized on the server. Shortly after ruby-lsp was added to emacs lsp-mode (March 2023), upstream ruby-lsp removed this requirement. Simply removing the intialization-options makes ruby-lsp enable all the features that are supported by lsp-mode client.

Early versions of ruby-lsp server required clients to send all the features that
shall be initialized on the server. Shortly after ruby-lsp was added to emacs
lsp-mode, upstream ruby-lsp removed that requirement.
@github-actions github-actions bot added the client One or more of lsp-mode language clients label Oct 20, 2023
@yyoncho yyoncho merged commit 2134ca0 into emacs-lsp:master Oct 21, 2023
12 of 14 checks passed
@isimluk isimluk deleted the ruby-lsp-add-more-features branch October 21, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants