https://github.com/skgland/lsp_on_demand
https://github.com/skgland/lsp_on_demand
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skgland/lsp_on_demand
- Owner: Skgland
- Created: 2022-01-11T12:00:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T22:16:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T01:46:55.441Z (4 months ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lsp_on_demand
A Programm that listens for incoming connections and for each
connection starts a language server and passes through the connection.## Installation via cargo
```shell
cargo install --git https://github.com/Skgland/lsp_on_demand.git
```## Configuration
Some options can be configured using environment variables:
| Variable | Default | Description |
|:---------------|:------------------------------------------------------|:-------------------------|
| `JAVA_PATH` | `java` | the java binary to run |
| `LSP_JAR_PATH` | `./server/kieler-language-server.{linux,osx,win}.jar` | the lsp jar to use |### See also
[Installing a Rust Toolchain](https://www.rust-lang.org/tools/install)