Replies: 1 comment 1 reply
-
I can now see that the GLSP server starts briefly and then terminates.
Is there a way I can dig into this to see why? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get the workflow example running in our VS Code extension as a baseline for a new visual editor we will work on. I have gotten all the client and node server code copied and compiled. However, it just hangs at the line
await serverProcess.start();
during extension activation. How can I debug this further?I am using v2.3.0 of the GLSP components.
Beta Was this translation helpful? Give feedback.
All reactions