Incompatibility with latest version of vue-language-tools #14156
Unanswered
cosmincartas
asked this question in
Troubleshooting
Replies: 1 comment
-
Those requests/responses are not standard so they fall under https://github.com/helix-editor/helix/wiki/FAQ#are-lsp-extensions-supported. This would need to be solved with a plugin once that's possible - it's not something we'd accept in the core |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Latest version of @vue/language-server (>= v3) requires an implementation for following handlers link here:
tsserver/request
(from Vue LSP)tsserver/response
(to Vue LSP)Is there a way in which we could handle this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions