-
Hello, I was exploring the Aim: To build a language server and integrate it with my monaco-editor in react app (language client is implemented using Current state: I was looking at few of the existing implementations. Doubt: But the doubt is, we are just using an injector and injecting a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
xtext uses Java Service Loader API to detect language servers. therefor the workflow will generate => if you put your dsl to classpath. xtext.ide shared language server (started via the launchers calling injector via ServerModule) |
Beta Was this translation helpful? Give feedback.
you need to check the build.gradle or pom.
there you can specifiy the main class