Project node in OpenShift Application Explorer view has 'Delete' command

which is currently not visible in command palette. That was done because 'Delete' command expects to be called on Project node, has no check if node is not provided and would conflict with other Delete commands for Aplication/Component/Service/Storage.
To make it available in command palette there should be command that would be named 'Delete Project' and it would be shown in palette only.

This wrapper command should provide QuickPick to select projects from cluster and then call 'Delete' command for project with Project selected from QuickPick list.
Project node in OpenShift Application Explorer view has 'Delete' command

which is currently not visible in command palette. That was done because 'Delete' command expects to be called on Project node, has no check if node is not provided and would conflict with other
Deletecommands for Aplication/Component/Service/Storage.To make it available in command palette there should be command that would be named 'Delete Project' and it would be shown in palette only.

This wrapper command should provide QuickPick to select projects from cluster and then call 'Delete' command for project with Project selected from QuickPick list.