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
if(componentPresent.length===1)throwError('You have no S2I Components available to link, please create new OpenShift Component and try again.');
370
+
if(componentPresent.length===1)thrownewVsCommandError('You have no S2I Components available to link, please create new OpenShift Component and try again.');
371
371
372
372
constcomponentToLink=awaitwindow.showQuickPick(componentPresent.filter((comp)=>comp.getName()!==component.getName()),{placeHolder: 'Select a Component to link',ignoreFocusOut: true});
373
373
@@ -447,7 +447,7 @@ export class Component extends OpenShiftItem {
0 commit comments