-
Notifications
You must be signed in to change notification settings - Fork 44
Update to Theia 1.60 (Lumino) #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sdirix Is there a migration guide on how to find "for sure" breakages? |
Depends on whether there will be an adopted version of the tree editor. It's likely a low effort change for them.
There is no specific guide. For sure breakages are:
95% breakages are:
Potential breakages which can not be found without testing:
For the generator extensions I don't think we will have issues besides the |
Tested the new release, works with Lumino: https://github.com/eclipse-theia/generator-theia-extension/releases/tag/v0.1.42 |
Theia 1.60 will contain the migration from PhosphorJS to Lumino. We need to test all examples whether they continue to work as is.
Known breakage:
tree-editor
consumes a version of@eclipse-emfcloud/theia-tree-editor
which will not work without adaption, see here.The text was updated successfully, but these errors were encountered: