mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-16 00:09:34 +01:00
debug: correlate debug sessions to testing, delegate restarts (#214537)
Implements #214486
This commit is contained in:
@@ -329,6 +329,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
|
||||
compact: options.compact,
|
||||
compoundRoot: parentSession?.compoundRoot,
|
||||
saveBeforeRestart: saveBeforeStart,
|
||||
testRun: options.testRun,
|
||||
|
||||
suppressDebugStatusbar: options.suppressDebugStatusbar,
|
||||
suppressDebugToolbar: options.suppressDebugToolbar,
|
||||
|
||||
Reference in New Issue
Block a user