I just tried the new Xtext 2.13 and generated a new project with Language Server Protocol support (I chose the fat jar option). However, I have no idea where the jar is. Here is what I tried searching for
find . -name "*shadow*"
find . -name "*lsp*"
ack "language-server"
ack "lsp"
But could not find it. I took a look at the parent project, but could find the Maven goal that is supposed to generate it. I also could not find information in the 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 with Xtext and LSP, but it looks like it uses a different approach, because when I searched for the plugin used in the tutorial, it was not found in my dsl project. So (I feel stupid asking this), but where actually is this fat jar LSP artifact?
the jar should be in the target
(Maven) or build
(Gradle) Folder of the yourdsl.ide
project. it should be named *-ls*.jar