Add support for remote plugin webview resources #14444
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
If remote plugin uses webview, it cannot access its resources.
Steps to reproduce
Add a remote plugin which uses webview with some resources, like images, css.
Welcome plugin is a good example of such a plugin.
Expected behavior
All images and styles are applied
Screenshots
Additional context
Resources for remoute plugins is handled by #13750, but resources for webview are treated differently, so should be handled separately.
The text was updated successfully, but these errors were encountered: