-
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
Add ability to manage the list of Theia plugins in UD #9300
Conversation
ci-test |
@@ -0,0 +1,65 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would assume the managing of plugins would be server side instead of client side (like searching all extensions).
So it doesn't use client connection to download plugins but use server side.
But it may be for step 2
@@ -152,11 +152,15 @@ class IdeCtrl { | |||
return; | |||
} | |||
|
|||
if (this.ideSvc.openedWorkspace && this.selectedWorkspace.id === this.ideSvc.openedWorkspace.id) { | |||
// todo commented for testing purposes - with IDE running inside container - after workspace restart - location changes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before merging, need to remove comments or put it back
ci-test build report: |
ci-test |
ci-test build report: |
Signed-off-by: Anna Shumilova <ashumilo@redhat.com>
* Manage the list of Theia plugins in UD Signed-off-by: Anna Shumilova <ashumilo@redhat.com>
Signed-off-by: Anna Shumilova ashumilo@redhat.com
What does this PR do?
Adds the ability to manage the list of Theia plugins in UD and add custom plugins.
What issues does this PR fix or reference?
#8695