-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hey @Mansalek, does it work with the Java-based GLSP server? This seems like a windows path issue:
I think the leading You could try to add a |
Beta Was this translation helpful? Give feedback.
-
reviving this thread just to tell you that this bug(the leading / ) reoccurs within the new theia example (https://github.com/eclipse-glsp/glsp-examples/tree/master/project-templates/node-json-theia) |
Beta Was this translation helpful? Give feedback.
-
I have opened a PR for the Theia integration that should fix OS related URI issues. Once the PR is merged we can update the project templates. |
Beta Was this translation helpful? Give feedback.
Hey @Mansalek,
does it work with the Java-based GLSP server?
This seems like a windows path issue:
I think the leading
/
should not be there.You could try to add a
.substring(1)
here: https://github.com/eclipse-glsp/glsp-theia-integration/blob/f658c13ad3e994969b2fb8120592f929d32c1510/packages/theia-integration/src/browser/diagram/glsp-diagram-widget.ts#L93. If this is indeed the problem it should work in the meantime for you and we can provide a fix as soon as possible.