-
Notifications
You must be signed in to change notification settings - Fork 6k
Add Vue language server v3 support #40651
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
Conversation
Co-authored-by: MrSubidubi <[email protected]>
Co-authored-by: Piotr Osiewicz <[email protected]>
|
Is there a reason this can’t be done in the extension? |
|
We don't have extension APIs yet to register custom protocol handler and other language server to execute commands on. It will be nice if we can provide a request struct and a notification callback in an extension, and some way to request/notify any other language server from that callback. |
|
@smitbarmase are you willing to accept similar PRs for other third-party language servers? Ember.js’s new language server is also based in Volar and needs the exact same forwarding to work. |
Closes zed-extensions/vue#48 Migration guide: vuejs/language-tools#5456 PR to remove tdsk: zed-extensions/vue#61 Release Notes: - Added support for Vue language server version 3. Know more [here](https://github.com/vuejs/language-tools/releases/tag/v3.0.0). --------- Co-authored-by: MrSubidubi <[email protected]> Co-authored-by: Piotr Osiewicz <[email protected]>
Closes zed-extensions/vue#48 Migration guide: vuejs/language-tools#5456 PR to remove tdsk: zed-extensions/vue#61 Release Notes: - Added support for Vue language server version 3. Know more [here](https://github.com/vuejs/language-tools/releases/tag/v3.0.0). --------- Co-authored-by: MrSubidubi <[email protected]> Co-authored-by: Piotr Osiewicz <[email protected]>
Closes #48 Migration guide: vuejs/language-tools#5456 Related PR: zed-industries/zed#40651 Note: Should be released after zed-industries/zed#40651 is live on both Stable and Preview.
Closes zed-extensions/vue#48
Migration guide: vuejs/language-tools#5456
PR to remove tdsk: zed-extensions/vue#61
Release Notes: