csharp-language-server-protocol icon indicating copy to clipboard operation
csharp-language-server-protocol copied to clipboard

Confused as to how to actually use this?

Open vexe opened this issue 4 years ago • 1 comments

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!

vexe avatar Jul 10 '21 13:07 vexe

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.

panayot-cankov avatar Sep 13 '21 17:09 panayot-cankov