We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Prism 0.25 fixes an issue with its rbi files (Sorbet type definitions). Without this fix, ruby-lsp is unusable in projects using Sorbet.
ruby-lsp currently depends on prism (>= 0.22.0, < 0.25. Please change to < 0.26 or similar.
(>= 0.22.0, < 0.25
< 0.26
The text was updated successfully, but these errors were encountered:
Thanks for the report!
ruby-lsp is unusable in projects using Sorbet
Not sure how this is the case. We use Ruby LSP with Sorbet in all our projects. Is this more related to not using Tapioca?
Also, do you have ruby-lsp added to your Gemfile? It shouldn't be necessary to add it to the Gemfile since version v0.8.0.
ruby-lsp
v0.8.0
Regardless, we always keep up to date with Prism updates, so we'll be updating soon.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prism 0.25 fixes an issue with its rbi files (Sorbet type definitions). Without this fix, ruby-lsp is unusable in projects using Sorbet.
ruby-lsp currently depends on prism
(>= 0.22.0, < 0.25
. Please change to< 0.26
or similar.The text was updated successfully, but these errors were encountered: