mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
new DebugSessionOption 'lifecycleManagedByParent'; fixes #128058
This commit is contained in:
@@ -1094,6 +1094,7 @@ export interface IDebugConfiguration {
|
||||
|
||||
export interface IStartDebuggingOptions {
|
||||
parentSessionID?: DebugSessionUUID;
|
||||
lifecycleManagedByParent?: boolean;
|
||||
repl?: IDebugSessionReplMode;
|
||||
noDebug?: boolean;
|
||||
compact?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user