-
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
extract IDE service from server #9189
Comments
It came up again while working on JB dev loop optimization we had to change different APIs and code of ws-manager and server. We should rather encapsulate such logic in our component and generalize APIs & internals of ws-manager and server. It will allow us more fine grain optimization without relying on other teams. |
This week we need to do migration |
This one should be an epic according to @iQQBot, let's discuss and break this one down 🙏 Assigning to myself to work with Pudong on that! |
Right now IDE configuration of the workspace is controlled by the server. IDE configuration is maintained by @gitpod-io/engineering-ide, though the deployment of the server is maintained by @gitpod-io/engineering-webapp. Instead we should move IDE configuration (code and configmap) to a new component which can be deployed by the IDE team and establish the interface between server and such service to resolve IDE configuration.
The text was updated successfully, but these errors were encountered: