Theia should accept previewurl links #14892
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
During implementation of preview url support in the devfile #13945, we've found out that we would need changes also on Theia side.
Describe the solution you'd like
We will send preview url links in response for workspace. The object will look like this:
Theia should recognize links prefixed with
previewurl/
and set the keys as variables with matching values. These variables will be used in command'spreviewUrl
attribute, that Theia should evaluate with these variables.Describe alternatives you've considered
Send full URL without variables, but this has many issues on Theia side regarding to
tasks.json
synchronization.Additional context
see #13945 issue comment #13945 (comment)
The text was updated successfully, but these errors were encountered: