node-vscode-jsonrpc

Node.js module that implement the VSCode client-server protocol
  https://github.com/Microsoft/vscode-lsp#readme
  0
  no reviews



This npm module implements the base messaging protocol spoken between a VSCode language server and a VSCode language client.

The npm module can also be used standalone to establish a JSON-RPC channel between a client and a server.