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

[vscode] Support debug sessions being managed by a parent session #11511

Closed
Tracked by #11520
planger opened this issue Aug 3, 2022 · 0 comments · Fixed by #11751
Closed
Tracked by #11520

[vscode] Support debug sessions being managed by a parent session #11511

planger opened this issue Aug 3, 2022 · 0 comments · Fixed by #11751
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@planger
Copy link
Contributor

planger commented Aug 3, 2022

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.

Related VS Code API issue:

@paul-marechal paul-marechal added the vscode issues related to VSCode compatibility label Aug 3, 2022
@tsmaeder tsmaeder self-assigned this Oct 3, 2022
tsmaeder added a commit to tsmaeder/theia that referenced this issue Oct 6, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
3 participants