Skip to content
Discussion options

You must be logged in to vote

Hi @rsoika,

if I'm not mistaken this error occurs if two different versions of vscode-jsonrpc are resolved. (see also #1182).

In theory all GLSP components depend on the same fixed version of vscode-jsonrpc (8.2.0) but it seems like we overlooked to adapt the dependency of @eclipse-glsp/vsocde-integration accordingly

It is set to ^8.0.2 wich means it will resolve to the latest 8.x version. At the point of the 2.3 release this version was 8.2.0 that's why everything worked back then. In the meantime a new version got released which means every vscode-integration based project might run into this issue.

If have opened #1481 to track this.

Until a fix is available you can use yarn resolutions

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rsoika
Comment options

Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants