-
Notifications
You must be signed in to change notification settings - Fork 111
Show recent Che workspaces in Theia editor #800
Conversation
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Outdated
Show resolved
Hide resolved
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Outdated
Show resolved
Hide resolved
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Show resolved
Hide resolved
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Outdated
Show resolved
Hide resolved
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Show resolved
Hide resolved
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Outdated
Show resolved
Hide resolved
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Show resolved
Hide resolved
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Show resolved
Hide resolved
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
I guess in context of the larger change, I'm ok with this one.
extensions/eclipse-che-theia-workspace/src/browser/che-quick-open-workspace.ts
Outdated
Show resolved
Hide resolved
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
Signed-off-by: sideeffffect <ondra.pelech@gmail.com>
What does this PR do?
This feature request provides an ability to switch to another Che workspace directly from Theia editor.
Go to
File
menu and chooseOpen Recent Workspace...
It will open workspace list, sorted by modification time:
Then developer will be notified if current workspace should be stopped:
Signed-off-by: Vladyslav Zhukovskyi vzhukovs@redhat.com
What issues does this PR fix or reference?
eclipse-che/che#17034
Release Notes
Show recent Che workspaces in Theia editor.