ws-lsp-server
v0.0.2
Published
LSP over WS server
Downloads
1
Readme
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