debug: expose parent session on DebugSessions

For https://github.com/microsoft/vscode/issues/123403
This commit is contained in:
Connor Peet
2021-05-18 11:56:09 -07:00
parent 25967171f1
commit e657d42281
4 changed files with 23 additions and 4 deletions

View File

@@ -1780,6 +1780,7 @@ export interface IDebugSessionFullDto {
id: DebugSessionUUID;
type: string;
name: string;
parent: DebugSessionUUID | undefined;
folderUri: UriComponents | undefined;
configuration: IConfig;
}