mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add DebugSessionOptions suppressSaveBeforeStart
See microsoft/vscode-jupyter#6898
This commit is contained in:
@@ -293,7 +293,8 @@ export abstract class ExtHostDebugServiceBase implements IExtHostDebugService, E
|
||||
repl: options.consoleMode === DebugConsoleMode.MergeWithParent ? 'mergeWithParent' : 'separate',
|
||||
noDebug: options.noDebug,
|
||||
compact: options.compact,
|
||||
debugUI: options.debugUI
|
||||
debugUI: options.debugUI,
|
||||
suppressSaveBeforeStart: options.suppressSaveBeforeStart
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user