You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the Workflow GLSP Example Extension (External GLSP Server) configuration of the latest version of the workflow VS Code extension, against the latest version of the workflow GLSP server produces a protocol mismatch exception on the server side, which suggests that the client and the server implementations may have fallen out of sync.
Caused by: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Protocol version mismatch! The client protocol version '0.9.0' is not compatible with the server protocol version '1.0.0'!
at org.eclipse.glsp.server.protocol.DefaultGLSPServer.validateProtocolVersion(DefaultGLSPServer.java:97)
at org.eclipse.glsp.server.protocol.DefaultGLSPServer.initialize(DefaultGLSPServer.java:69)
... 16 more
The text was updated successfully, but these errors were encountered:
Running the
Workflow GLSP Example Extension (External GLSP Server)
configuration of the latest version of the workflow VS Code extension, against the latest version of the workflow GLSP server produces a protocol mismatch exception on the server side, which suggests that the client and the server implementations may have fallen out of sync.The text was updated successfully, but these errors were encountered: