Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Stop Workspace command behavior with Stop Workspace and Redirect to Dashboard #278

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
10 changes: 0 additions & 10 deletions code/extensions/che-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%",
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions code/extensions/che-remote/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading