VSCode Language client implementation
npm install @sourcegraph/vscode-languageclient


This npm module allows VSCode extensions to easily integrate language servers adhering to the language server protocol
See here for a detailed documentation on how to
implement language servers for VSCode.
For the history please see the main repository