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

Develop discovery mechanism for launching remote plugins #12721

Closed
vitaliy-guliy opened this issue Feb 21, 2019 · 4 comments
Closed

Develop discovery mechanism for launching remote plugins #12721

vitaliy-guliy opened this issue Feb 21, 2019 · 4 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@vitaliy-guliy
Copy link
Contributor

vitaliy-guliy commented Feb 21, 2019

Description

As a developer of a remote plugin I would test it in my workspace which have dedicated containers for launching the remote plugin and for Theia.

To launch remote plugin (aka endpoint) I have to:

  • have cloned and built theia-endpoint-runtime Theia extension
  • open terminal for launching remote plugin
  • go to theia/che/che-theia/dockerfiles/theia-endpoint-runtime directory
  • set THEIA_PLUGINS and THEIA_PLUGIN_ENDPOINT_PORT environment variables
  • launch plugin-remote.js with node

To launch Theia i have to

  • have cloned and built Theia
  • open terminal for launching Theia
  • go to theia/examples/assembly directory
  • get generated URI for the remote plugin from the workspace runtime
  • set THEIA_PLUGIN_REMOTE_ENDPOINT_..... environment variable and specify ID of the endpoint and plugin URI
  • run Theia

It's very inconvenient to do all of this by hands.
I would prefer to have a mechanism for running that by a command.

@vitaliy-guliy vitaliy-guliy added kind/enhancement A feature request - must adhere to the feature request template. team/ide2 labels Feb 21, 2019
@vitaliy-guliy
Copy link
Contributor Author

Sample plugin simplifies launching and developing of remote plugins https://github.com/eclipse/che-theia/issues/96

@garagatyi
Copy link

Seems relevant #12395 (comment)

@che-bot
Copy link
Contributor

che-bot commented Sep 17, 2019

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 Sep 17, 2019
@vitaliy-guliy
Copy link
Contributor Author

It's not actual anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

3 participants