This npm module allows to communicate to a Language Server via Language Server Protocol (LSP).
The aim is to provide a standalone library with minimal dependencies in contrast to the official one implemented by MS which depends on VSCode node libraries.
The interface is heavily inspired by a Python library counterpart called pylspclient.
For more information on the LSP specification itself please see here.
npm install ts-lsp-client
npm run test
Licensed under the MIT License. See the LICENSE file for details.