-
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
lsp: Fill root_uri property on Initialize again #25264
Conversation
Co-authored-by: Anthony Eid <hello@anthonyeid.me>
/cherry-pick v0.175.x |
Closes #ISSUE Release Notes: - Fix some language servers (elixir-ls, tailwindcss, phpactor) failing to start up due to an unfilled root_uri property in the InitializeParams Co-authored-by: Anthony Eid <hello@anthonyeid.me>
…25290) Cherry-picked lsp: Fill root_uri property on Initialize again (#25264) Closes #ISSUE Release Notes: - Fix some language servers (elixir-ls, tailwindcss, phpactor) failing to start up due to an unfilled root_uri property in the InitializeParams Co-authored-by: Anthony Eid <hello@anthonyeid.me> Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Co-authored-by: Anthony Eid <hello@anthonyeid.me>
@osiewicz There are still issues with |
@timfjord Thanks for the report! It looks like |
#25344) Cherry-picked lsp: Send non-null workspaceFolders in initialize (#25337) This is a ~workaround for next-ls not handling null workspace folders in initialize request Related to #25264 /cc @timfjord Closes #ISSUE Release Notes: - Changed how workspace folders are shared with language servers, fixing a startup issue with `next-ls` in the process. Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Thanks for fixing this, @osiewicz |
No worries! The build with a fix is already out, give newest Preview a go and let me know if it fixes the issue for you :) |
@osiewicz, I can confirm that the issue has been fixed. |
Closes #ISSUE
Release Notes: