tremor-rs / tremor-language-server

Tremor Language Server (Trill)
https://www.tremor.rs/docs/next/getting-started/tooling
Apache License 2.0
10 stars 6 forks source link

Produce rpm's and deb's with a language server release #259

Open darach opened 2 years ago

darach commented 2 years ago

We do not currently build language server images ( docker, rpm, deb ) as part of the release process for tremor. Adding these would mean folk have multiple options to install the language server without having to install the rust toolchain and doing a build.

The images would be super useful in online IDE's such as github codespaces and gitpod.