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 optional property DebugSession.parentSession #11512

Closed
Tracked by #11520
planger opened this issue Aug 3, 2022 · 0 comments · Fixed by #11925 · 4 remaining pull requests
Closed
Tracked by #11520

[vscode] Support optional property DebugSession.parentSession #11512

planger opened this issue Aug 3, 2022 · 0 comments · Fixed by #11925 · 4 remaining pull requests
Assignees
Labels
debug issues that related to debug functionality 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 the optional property DebugSession.parentSession.

Related VS Code API issue:

@paul-marechal paul-marechal added the vscode issues related to VSCode compatibility label Aug 3, 2022
@tsmaeder tsmaeder added the debug issues that related to debug functionality label Oct 13, 2022
@tsmaeder tsmaeder self-assigned this Oct 13, 2022
tsmaeder added a commit to tsmaeder/theia that referenced this issue Oct 14, 2022
Fixes eclipse-theia#11512

Contributed on behalf of ST Microelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
tsmaeder added a commit to tsmaeder/theia that referenced this issue Oct 14, 2022
Fixes eclipse-theia#11512

Contributed on behalf of ST Microelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
tsmaeder added a commit to tsmaeder/theia that referenced this issue Nov 24, 2022
Adds support for the parentSession property in theia.d.ts. Includes
some minor changes to make sure we're not sending theia.DebugSession
object over the wire, but only session ids.

Contributed on behalf of ST Microelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
tsmaeder added a commit that referenced this issue Dec 2, 2022
Adds support for the parentSession property in theia.d.ts. Includes
some minor changes to make sure we're not sending theia.DebugSession
object over the wire, but only session ids.

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