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
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: