ws-lsp-server
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

LSP Server

this server is used to expose a local LSP server over a WS connection

Usage

first create a json file with supported languages like so:

{
    "/python": ["pyls"],
    "/anotherLanguage": ["command", "to", "invoke"]
}

then start the server:

lsp-server path/to/langs.json

enjoy

Readme

Keywords

Package Sidebar

Install

npm i ws-lsp-server

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

21.1 kB

Total Files

29

Last publish

Collaborators

  • tvaintrob