Replies: 2 comments
-
Hi @leo-knoll(leo-knoll) , |
Beta Was this translation helpful? Give feedback.
0 replies
-
[Leo Knoll] @eneufeld(eneufeld) thank you for the answer, the backend-example actually helped a lot how to set up a backend and how the communication with the frontend works :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently developing a theia extension and need to call a .jar file.
I oriented myself on how the EcoreFileGenServer works in ecore-glsp.
There is is done by injecting the processFactory
@inject(RawProcessFactory) protected readonly processFactory: RawProcessFactory,
When I try to do the same I get a lot of inconclusive errors when calling yarn.
This is probably because it will only work on the server side and not on the client side.
The question now is how I can realize this in my extension?
original thread by Leo Knoll
Beta Was this translation helpful? Give feedback.
All reactions