mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
debug: expose parent session on DebugSessions
For https://github.com/microsoft/vscode/issues/123403
This commit is contained in:
@@ -1780,6 +1780,7 @@ export interface IDebugSessionFullDto {
|
||||
id: DebugSessionUUID;
|
||||
type: string;
|
||||
name: string;
|
||||
parent: DebugSessionUUID | undefined;
|
||||
folderUri: UriComponents | undefined;
|
||||
configuration: IConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user