new DebugSessionOption 'lifecycleManagedByParent'; fixes #128058

This commit is contained in:
Andre Weinand
2021-07-20 17:23:40 +02:00
parent 74143ba2fe
commit 67b4efe22c
6 changed files with 12 additions and 8 deletions

View File

@@ -1094,6 +1094,7 @@ export interface IDebugConfiguration {
export interface IStartDebuggingOptions {
parentSessionID?: DebugSessionUUID;
lifecycleManagedByParent?: boolean;
repl?: IDebugSessionReplMode;
noDebug?: boolean;
compact?: boolean;