You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Component command workflow shows component types as plain list build out of json output form odo. If there is more than one registries then there are multiple problems:
Duplicated components in quick pick
Command does not distinguish components with the same time from multiple registries
There is not indication of registry for component in quick pick
The text was updated successfully, but these errors were encountered:
This PR fixesredhat-developer#2115 and fixesredhat-developer#2117.
Introduce registry name as part of component type quickpick lable.
Similar to s2i components the label is formed as
<devfile-component-type-name/registry-name>
Sort component types by name of the component.
Signed-off-by: Denis Golovin [email protected]
New Component command workflow shows component types as plain list build out of json output form odo. If there is more than one registries then there are multiple problems:
The text was updated successfully, but these errors were encountered: