monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

Review and enhance vscode-ws-jsonrpc

Open kaisalmen opened this issue 1 year ago • 1 comments

vscode-ws-jsonrpc was never really improved in the last years.

Some Ideas:

  • Simplify the API (e.g. just expose classes implementing MessageTransports)
  • Make use of sophisticated libraries (e.g socket.io / engine.io)?
  • Release two independent libraries for client and server
  • Add package specific unit test (this was #478)
  • Rethink/align logging with monaco-languageclient

kaisalmen avatar Sep 23 '24 09:09 kaisalmen