Develop discovery mechanism for launching remote plugins #12721
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.
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:
theia-endpoint-runtime
Theia extensiontheia/che/che-theia/dockerfiles/theia-endpoint-runtime
directoryTHEIA_PLUGINS
andTHEIA_PLUGIN_ENDPOINT_PORT
environment variablesplugin-remote.js
withnode
To launch Theia i have to
theia/examples/assembly
directoryTHEIA_PLUGIN_REMOTE_ENDPOINT_.....
environment variable and specify ID of the endpoint and plugin URIIt's very inconvenient to do all of this by hands.
I would prefer to have a mechanism for running that by a command.
The text was updated successfully, but these errors were encountered: