-
Notifications
You must be signed in to change notification settings - Fork 111
Conversation
Signed-off-by: svor <vsvydenk@redhat.com>
@vzhukovskii this fix should resolve eclipse-che/che#16856 as well |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
@@ -37,6 +37,11 @@ export interface RemoteTerminalWidgetFactoryOptions extends Partial<TerminalWidg | |||
created: string | |||
} | |||
|
|||
export interface TerminalProcessInfo { |
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.
Can't this interface be reused from upstream's base-terminal-protocol.ts?
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.
It can, thx! Fixed
Signed-off-by: svor <vsvydenk@redhat.com>
Sounds promising. Let me check 🤞 |
crw-ci-build |
✅ 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.
It fixes also eclipse-che/che#16856! Beer from me! 🍺
Signed-off-by: svor vsvydenk@redhat.com
What does this PR do?
Adds
get processInfo(): Promise<TerminalProcessInfo>
method to make it possible to run debug commands in internalTerminal.Upstream changes: eclipse-theia/theia@5e45d2b#diff-29ae8bb3747051f34ef7d32716b705e6
What issues does this PR fix or reference?
eclipse-che/che#16805