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
constcomponentTypeVersion=awaitwindow.showQuickPick(Component.odo.getComponentTypeVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
436
+
constcomponentTypeVersion=awaitwindow.showQuickPick(catalog.getComponentVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
436
437
437
438
if(!componentTypeVersion)returnnull;
438
439
awaitProgress.execFunctionWithProgress(`Creating new Component '${componentName}'`,()=>Component.odo.createComponentFromFolder(application,componentTypeName,componentTypeVersion,componentName,workspacePath));
@@ -449,12 +450,12 @@ export class Component extends OpenShiftItem {
constcomponentTypeVersion=awaitwindow.showQuickPick(Component.odo.getComponentTypeVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
458
+
constcomponentTypeVersion=awaitwindow.showQuickPick(catalog.getComponentVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
458
459
459
460
if(!componentTypeVersion)returnnull;
460
461
@@ -494,12 +495,12 @@ export class Component extends OpenShiftItem {
constcomponentTypeVersion=awaitwindow.showQuickPick(Component.odo.getComponentTypeVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
503
+
constcomponentTypeVersion=awaitwindow.showQuickPick(catalog.getComponentVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
503
504
504
505
if(!componentTypeVersion)returnnull;
505
506
@@ -534,12 +535,12 @@ export class Component extends OpenShiftItem {
constcomponentTypeVersion=awaitwindow.showQuickPick(Component.odo.getComponentTypeVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
543
+
constcomponentTypeVersion=awaitwindow.showQuickPick(catalog.getComponentVersions(componentTypeName),{placeHolder: "Component type version",ignoreFocusOut: true});
0 commit comments