-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Load Theia in Workspace.Next workspaces #9870
Comments
Any ideas why? |
Because workspace loader app scans workspace config for Theia server. And we don't have it in workspace next. Instead, we will have that server in runtime field but not on the very start of a workspace. |
@ashumilova are you going to work on that issue during current sprint? |
@l0rd yes, it's in progress, facing some environment issues - but doable. |
Description
PR #9774 brings an ability to try Workspace.Next in action. But workspaces with Theia feature don't load Theia IDE on start. We need to figure out how to change workspace loader component to allow it open Theia IDE if there is a runtime server corresponding to it.
FYI, for now, workspace loader seeks for Theia server in workspace configuration only.
Reproduction Steps
OS and version:
Diagnostics:
The text was updated successfully, but these errors were encountered: