1.0.3 • Published 1 month ago

ts-lsp-client v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

ts-lsp-client

Version Downloads/week TypeScript version Node.js version MIT Build Status - GitHub Actions Codecov

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.

Installation

npm install ts-lsp-client

Run the tests

npm run test

License

Licensed under the MIT License. See the LICENSE file for details.

1.0.2

1 month ago

1.0.3

1 month ago

1.0.1

10 months ago

1.0.0

10 months ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago