devworkspace-generator should not use resources published by plugin registry #23187
Labels
area/devworkspace-generator
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
devworkspace-generator uses resources published by plugin registry: https://github.com/devfile/devworkspace-generator/blob/main/src/main.ts#L60. It happens when
ediotrPath
oreditorContent
is not provided as a parameter.Since che-plugin registry is going to be deprecated and all editors definitions were moved into che-operator, devworkspace generaor needs to be adapted to these changes.
Describe the solution you'd like
Use editors definitions from che-operator repo if
editorPath
oreditorContent
is not setDescribe alternatives you've considered
At least one of
editorPath
oreditorContent
parameter should be set when executing the generatorAdditional context
No response
The text was updated successfully, but these errors were encountered: