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
@@ -14,8 +14,21 @@ export class Project extends OpenShiftItem {
14
14
@vsCommand('openshift.project.set',true)
15
15
staticasyncset(): Promise<string|null>{
16
16
letmessage=null;
17
-
constproject=awaitwindow.showQuickPick((awaitgetInstance().getProjects()).filter((prj: OpenShiftProject)=>!prj.active),{placeHolder: 'Select a Project to activate'});
18
-
if(project){
17
+
constcreateNewProject={
18
+
label: 'Create new Project',
19
+
description: 'Create new Project and make it active'
0 commit comments