Skip to content
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

Che Plugins Dependencies Resolution #15966

Open
4 of 6 tasks
l0rd opened this issue Feb 7, 2020 · 2 comments
Open
4 of 6 tasks

Che Plugins Dependencies Resolution #15966

l0rd opened this issue Feb 7, 2020 · 2 comments
Labels
area/editor/theia Issues related to the che-theia IDE of Che area/languages Issues related to Language extensions or plugins integration. area/plugins kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@l0rd
Copy link
Contributor

l0rd commented Feb 7, 2020

Is your enhancement related to a problem

We allow vs code extensions to run in their own, remote from theia, container.
As a consequence vs code extensions aren't able to "see" extensions that are running in other containers. That has all sort of problems when 2 che plugins reference the same vs code extension (that get loaded twice) or when one vs code extension needs to call another extension at runtime (that get downloaded from the marketplace and in the wrong container...).

A comprehensive description of these problems is described in this google doc.

Discussion document:
https://docs.google.com/presentation/d/1T1v8jfHArOnT_KjFaKwSYYyPB7dhs6tjOoJtmDaRUVw/edit#slide=id.g6ea84496cc_0_224

Describe the solution you'd like

As a short term solution we envision to:

And the long term solution is about:

@l0rd l0rd added kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. area/editor/theia Issues related to the che-theia IDE of Che area/languages Issues related to Language extensions or plugins integration. area/plugin-broker area/plugins labels Feb 7, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Feb 7, 2020
@ibuziuk ibuziuk removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Feb 10, 2020
@ibuziuk ibuziuk added this to the Backlog - Epics milestone Feb 10, 2020
@che-bot
Copy link
Contributor

che-bot commented Aug 21, 2020

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 21, 2020
@l0rd l0rd added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 21, 2020
@ericwill
Copy link
Contributor

It would make plugin-registry automation a lot easier if we could remove the dependent vsix's from the meta.yaml files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che area/languages Issues related to Language extensions or plugins integration. area/plugins kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

5 participants