-
I am new to Eclipse theia and GLSP. Can anyone please guide me step by step how to integrate GLSP with theia. original thread by vibsid0986 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, please have a look at the minimal example available: If you are looking at a more sophisticated example with more feature implementations that is built on the nightly version, please check out this link: Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi, please have a look at the minimal example available:
https://github.com/eclipse-glsp/glsp-examples/tree/master/minimal
The Theia integration is provided in this sub-folder:
https://github.com/eclipse-glsp/glsp-examples/tree/master/minimal/client/minimal-theia
If you are looking at a more sophisticated example with more feature implementations that is built on the nightly version, please check out this link:
https://github.com/eclipse-glsp/glsp-theia-integration/tree/master/examples
This folder contains a full Theia integration of the example diagram implementation available here:
https://github.com/eclipse-glsp/glsp-client/tree/master/examples/workflow-glsp
Hope this helps!