eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.

Home Page:https://eclipse.org/lsp4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add module-info to the modules

Thihup opened this issue · comments

Adding a module-info to the modules will make the life easier for whom wants to create a JLinked runtime including only the necessary modules. Most LSP servers are standalone programs, so it makes sense to create a LSP server using a JLinked runtime.

Totally agree. BSL Language Server is packaged via jpackage and runtime image is quite huge.

I will be happy to review a PR that provides the needed info. Please tag me in such a PR.