mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
debug: expose parent session on DebugSessions
For https://github.com/microsoft/vscode/issues/123403
This commit is contained in:
@@ -329,7 +329,8 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
|
||||
type: session.configuration.type,
|
||||
name: session.name,
|
||||
folderUri: session.root ? session.root.uri : undefined,
|
||||
configuration: session.configuration
|
||||
configuration: session.configuration,
|
||||
parent: session.parentSession?.getId(),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user