mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-18 01:20:52 +01:00
Add flag for "simple" debug UI (#128801)
* Implement simple debug UI mode * Don't show debug viewlet on step * Move flag to proposed * Pass around full debugUI options object * Implement isSimpleUI in mock
This commit is contained in:
@@ -228,6 +228,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
|
||||
parentSession,
|
||||
repl: options.repl,
|
||||
compact: options.compact,
|
||||
debugUI: options.debugUI,
|
||||
compoundRoot: parentSession?.compoundRoot
|
||||
};
|
||||
return this.debugService.startDebugging(launch, nameOrConfig, debugOptions).then(success => {
|
||||
|
||||
Reference in New Issue
Block a user