-
Notifications
You must be signed in to change notification settings - Fork 111
Apply terminal title name configuration #606
Conversation
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks well.
Just one question: where the tab labels come from? container-1
, container-2
, ...
@azatsarynnyy The default terminal title name comes from the dev-file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested using component based on eivantsov/rhel8
image.
Works well for me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General OK. But I think you can extend original theia terminal preference schema. Any way up to you.
Hello, to me the property name is confusing. I expect that BTW, as the naming of title/terminals is quite confusing in the Che context, shouldn't it be the default ? |
@dmytro-ndp I tried with che-bot links to review but it seems it's not using the right images so I wasn't able to test by clicking.
|
How about |
I'm still wondering if we need to have a property or just prefix with container all the time ? |
I think we could shorter the title |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
@benoitf I like your solution but we need to have agreement with @slemeur and @l0rd because the corresponding issue is about adding a property and viewing only default title or title from container: eclipse-che/che#15242 |
@vinokurig I agree with @benoitf |
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
Show terminal title - it is a feature. I think most users don't need it. But I can not predict desire all users, that's why for me make sense to have an option. |
❌ E2E Happy path tests failed ❗ 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) |
eclipse-che/che#17799 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
What does this PR do?
Add a configuration that controls default terminal title override:
How to test?
Start a workspace from dev-file that contains a custom container that changes terminal title e.g:
What issues does this PR fix or reference?
fixes eclipse-che/che#15242
Release Notes
Docs PR