0.0.2 • Published 6 years ago

ws-lsp-server v0.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

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