mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +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:
@@ -1097,6 +1097,9 @@ export interface IStartDebuggingOptions {
|
||||
repl?: IDebugSessionReplMode;
|
||||
noDebug?: boolean;
|
||||
compact?: boolean;
|
||||
debugUI?: {
|
||||
simple?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface MainThreadDebugServiceShape extends IDisposable {
|
||||
|
||||
Reference in New Issue
Block a user