Confused as to how to actually use this?
Hi,
I'm a bit confused on the usage of this.
After running build.ps1 I expected to get a server exe that I can communicate with via pipes in my own native process similar to the clangd server.
Am I supposed to look at the 'sample' folder and build a server myself? or what's the expectation exactly here from the user?
Would be nice to have some documentation on all those basic questions.
Thanks!
I am trying to refactor some code that uses an asp.net server and SignalR with web sockets to make a web view in a VSCode extension talk to some dotnet code, and am struggling with the documentation and examples as well. Now I didn’t spend much time on this, but compared to https://github.com/microsoft/vs-streamjsonrpc/blob/main/doc/index.md the information about the plain json RPC is really little and most of the examples are about the LSP. I would really appreciate it if there was the kind of client/server ping/pong demo app with a vscode-jsonrpc counterpart.