kfischer-okarin / lsp-http-relay

Forwards LSP requests to a local running DragonRuby instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP HTTP Relay

This process forwards all LSP messages arriving on stdin to a specified HTTP endpoint and outputs the response to stdout.

It can be used to provide a LSP entry point via the default stream based interface to communicate with a Language Server that communicates only via HTTP requests.

About

Forwards LSP requests to a local running DragonRuby instance

License:MIT License


Languages

Language:JavaScript 100.0%