Xtext生成的LSP神器在哪里

Where is the LSP artifact generated by Xtext

我刚刚尝试了新的 Xtext 2.13 并生成了一个支持语言服务器协议的新项目(我选择了 fat jar 选项)。但是,我不知道罐子在哪里。这是我尝试搜索的内容

find . -name "*shadow*"
find . -name "*lsp*"
ack "language-server"
ack "lsp"

但是没找到。我查看了父项目,但可以找到应该生成它的 Maven 目标。我也无法在 release notes, which just mentions that it is supported but not where it is and how I am supposed to generate it. Also the normal docs don't have it currenly. I found an example project 中找到有关 Xtext 和 LSP 的信息,但看起来它使用了不同的方法,因为当我搜索教程中使用的插件时,在我的 dsl 项目中找不到它。所以(我觉得问这个很愚蠢),但是这个 fat jar LSP 神器到底在哪里?

jar 应该在 yourdsl.ide 项目的 target (Maven) 或 build (Gradle) 文件夹中。它应该被命名为 *-ls*.jar