-
I am trying to setup the Theia Properties for the glsp diagram module. I based this upon a sample code in glsp-examples https://github.com/eclipse-glsp/glsp-examples/tree/property-view-example . I had to change the eclipse-glsp/theia-integration version to 2.1.0 to make the GlspSelectionDataService work with the glsp 2.0 code. But now I see an error No matching bindings found for service identifier error message |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I was facing an error related to code that is no longer in use in react and to use createRoot instead. For this I updated the GlspSelectionDataService custom code to use the GModelRoot as parameter for which I had to use the eclipse-glsp/theia-integration 2.1.0. if I can get past the react issue while retaining the existing version of packages related to glsp that would seem like a better fix |
Beta Was this translation helpful? Give feedback.
-
@ndoschek Could you have a look at this. I'm not familiar with the properties-view-example and it seems like there are some adaptions necessary to make this work with newer GLSP versions |
Beta Was this translation helpful? Give feedback.
-
Hi @amiths89, I just updated the property-view example (see https://github.com/eclipse-glsp/glsp-examples/tree/property-view-example) to GLSP version 2.1.0 and it works fine on my side. HTH and best regards, |
Beta Was this translation helpful? Give feedback.
Hi @amiths89,
I just updated the property-view example (see https://github.com/eclipse-glsp/glsp-examples/tree/property-view-example) to GLSP version 2.1.0 and it works fine on my side.
Could you please have a look if it resolves the issues for you as well?
If not, could you give me more details about the errors you get?
HTH and best regards,
Nina