Running Volar as a standalone language server? #338
-
Is it possible to run volar as a standalone LSP server? What I want is to run volar (LSP server) as a separate process, and connect to it by an LSP client (different than VSCode). That is, I want to use volar with a different editor. Where should I start? There is a package vscode-vue-languageservice, but I don't get the way to use it. It doesn't provide any executables. Should I write some wrapper script to start LSP server and accept some connection details from command line, like Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm studying on it, maybe you can get some hints from here: |
Beta Was this translation helpful? Give feedback.
-
Does it mean that I can directly run I tried that, but it failed. The server exited directly when the client connected, or the server failed to start--started in the socket way. |
Beta Was this translation helpful? Give feedback.
I'm studying on it, maybe you can get some hints from here: