Theia and VSCode GLSP-Clients in the same monorepo don't work #1102
Replies: 2 comments 4 replies
-
As you can see in these screenshots, I only copied the |
Beta Was this translation helpful? Give feedback.
-
In our own project we develop the main functionality in one monorepo including
This makes development of new features faster as we can focusing on one technology. For the vs-code integration we maintain a separated monorepo including
And so we do also with the eclipse-integration (still in development). I think mixing all these parts in a big project causes more problems than it simplifies things. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Using as started template the node-theia-json template, I added the the tasklist-vscode project. I want to have both IDE UIs in the same monorepo. Although, I don't get any compilation error, the theia-ide crashes at runtime, while the vscode-extension works perfectly.
Here you can see the error that I get:
I have done some tests, and I found that if I remove the vscode project from my monorepo workspaces, everything works with the theia-ide. I checked the new packages installed by the vscode project and I found more than 25 differences in the versions of its dependencies in comparison with the theia projects. Sometimes the vscode project uses older deps versions and other newer versions.
Is there known incompatibility? I've been hunting by try and error to find the conflict without success.
Beta Was this translation helpful? Give feedback.
All reactions