From 50b0101a842ee292718482732785266a4c905f32 Mon Sep 17 00:00:00 2001 From: Skoryk Serhii Date: Fri, 29 Sep 2023 12:40:44 +0300 Subject: [PATCH] remove StopWorkspace command from Command Palette --- README.md | 3 +-- code/extensions/che-remote/package.json | 10 ---------- code/extensions/che-remote/package.nls.json | 3 +-- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 78d6fd73340..67990ef1b04 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,7 @@ The following example shows all of the properties that you can customize by usin "openDocumentationCommand": "Branded IDE: Open Documentation", "openDashboardCommand": "Branded IDE: Open Dashboard", "openOpenShiftConsoleCommand": "Branded IDE: Open OpenShift Console", - "stopWorkspaceCommand": "Branded IDE: Stop Workspace", - "stopWorkspaceAndRedirectToDashboard": "Branded IDE: Stop Workspace and Redirect to Dashboard", + "stopWorkspaceAndRedirectToDashboard": "Branded IDE: Stop Workspace", "restartWorkspaceCommand": "Branded IDE: Restart Workspace", "restartWorkspaceFromLocalDevfileCommand": "Branded IDE: Restart Workspace from Local Devfile" }, diff --git a/code/extensions/che-remote/package.json b/code/extensions/che-remote/package.json index 02ac06a7dd7..03b8bf05226 100644 --- a/code/extensions/che-remote/package.json +++ b/code/extensions/che-remote/package.json @@ -48,11 +48,6 @@ }, "contributes": { "commands": [ - { - "command": "che-remote.command.stopWorkspace", - "title": "%stopWorkspaceCommand%", - "enablement": "che-remote.workspace-enabled" - }, { "command": "che-remote.command.stopWorkspaceAndRedirectToDashboard", "title": "%stopWorkspaceAndRedirectToDashboard%", @@ -85,11 +80,6 @@ ], "menus": { "statusBar/remoteIndicator": [ - { - "command": "che-remote.command.stopWorkspace", - "group": "remote_40_che_navigation@10", - "when": "che-remote.workspace-enabled" - }, { "command": "che-remote.command.stopWorkspaceAndRedirectToDashboard", "group": "remote_40_che_navigation@11", diff --git a/code/extensions/che-remote/package.nls.json b/code/extensions/che-remote/package.nls.json index ca301236185..b14a6360e63 100644 --- a/code/extensions/che-remote/package.nls.json +++ b/code/extensions/che-remote/package.nls.json @@ -4,8 +4,7 @@ "openDocumentationCommand": "Eclipse Che: Open Documentation", "openDashboardCommand": "Eclipse Che: Open Dashboard", "openOpenShiftConsoleCommand": "Eclipse Che: Open OpenShift Console", - "stopWorkspaceCommand": "Eclipse Che: Stop Workspace", - "stopWorkspaceAndRedirectToDashboard": "Eclipse Che: Stop Workspace and Redirect to Dashboard", + "stopWorkspaceAndRedirectToDashboard": "Eclipse Che: Stop Workspace", "restartWorkspaceCommand": "Eclipse Che: Restart Workspace", "restartWorkspaceFromLocalDevfileCommand": "Eclipse Che: Restart Workspace from Local Devfile" }