Open
Description
Vue - Official extension or vue-tsc version
2.0.22
VSCode version
1.90.2
Vue version
3.4.32
TypeScript version
5.5.3
System Info
System:
OS: windows 10 10.0.19045
CPU: (8) x64 Inter Core i7-7700 3.60GHz
Memory: 16GB
Binaries:
Node: 20.11.1
npm: 10.2.4
pnpm: 9.4.0
Browsers:
Chrome: 119.0.6045.124
Steps to reproduce
From #63, I thought I could integrate it, So I start vue-language-server like this:
node.exe \path to server\vue-language-server.js --pipe=mypipe
, but it failed pipe connect ENOENT
.
then i restart with `--stdio', but when i connect to it --with a C# LSP client, the server exit immediately.
What is expected?
I hope we can connect the server correctly. What extra Initialize parameters do I need to fill in?
What is actually happening?
I can't actually use my LSP client to communicate with the server
Link to minimal reproduction
No response
Any additional comments?
I'm not familiar with ts language,Maybe I overlooked something, but I don't know what it is.