monaco-languageclient
monaco-languageclient copied to clipboard
Review and enhance vscode-ws-jsonrpc
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