You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theia already specifying the parent session in DebugSessionOptions (see also #9613). However, Theia does not support DebugSessionOptions.lifecycleManagedByParent, which controls whether lifecycle requests like 'restart' are sent to the newly created session or its parent session.
Forwards lifecycle events to parent session where applicable and changes
the behavior of compound sessions to behave same way.
Contributed on behalf of ST Microelectronics
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Theia already specifying the parent session in
DebugSessionOptions
(see also #9613). However, Theia does not supportDebugSessionOptions.lifecycleManagedByParent
, which controls whether lifecycle requests like 'restart' are sent to the newly created session or its parent session.Related VS Code API issue:
DebugSession.parentSession
#11512The text was updated successfully, but these errors were encountered: