-
We are refactoring our GLSP diagram to integrate it with our existing language server-based extension. We are at the point where we can launch the GLSP server using this code snippet in our extension's
And I can see the server does start:
However when we open a document that triggers the GLSP diagram, I can see the following message but the editor tab is just blank:
Is there a way to enable more debug logging to get more info? I cannot find any other errors or warnings in any other view. Also my breakpoints are not working so I cannot step into any of the provider code. We are still on older versions of GLSP because the migration to 1.x has caused many other problems for us:
I also had to update to webpack 5 to get the webpack build to work:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I have found this error in the developer tools. Are we missing a binding or something? |
Beta Was this translation helpful? Give feedback.
-
Per guidance above, fixed it with these versions:
|
Beta Was this translation helpful? Give feedback.
Per guidance above, fixed it with these versions: