new DebugSessionOption 'lifecycleManagedByParent'; fixes #128058

This commit is contained in:
Andre Weinand
2021-07-20 17:24:05 +02:00
parent 74143ba2fe
commit 67b4efe22c
6 changed files with 12 additions and 8 deletions
@@ -226,6 +226,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
const debugOptions: IDebugSessionOptions = {
noDebug: options.noDebug,
parentSession,
lifecycleManagedByParent: options.lifecycleManagedByParent,
repl: options.repl,
compact: options.compact,
debugUI: options.debugUI,