mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-16 00:09:34 +01:00
new DebugSessionOption 'lifecycleManagedByParent'; fixes #128058
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user