Enable installation of VSCode extensions from openvsx.org via the internal OpenVSX registry #23188
Labels
area/open-vsx
Embedded open-vsx registry
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
team/A
This team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Is your task related to a problem? Please describe
This PR enables the setup of a private OpenVSX registry: eclipse/openvsx#1011
Watch the screencast to see how it works:
Deploy_on_OpenShift.webm
When configure Eclipse Che to use the custom OpenVSX registry, it's possible to see all extensions that are published into the internal registry and install them from the editor:
In case the custom OpenVSX registry is configured to use https://open-vsx.org as an upstream registry (it's a part of application.yml server configuration file):
We can see all extensions (internal and from openvsx.org) in the custom OpenVSX UI page:
But in Che we can NOT see them in the Extensions View:
Logs from openvsx-server pod:
Describe the solution you'd like
Extensions view should show extensions from upstream registry as well
The text was updated successfully, but these errors were encountered: