introduce noCompact flag to DebugSessionOptions

#100852
This commit is contained in:
isidor
2020-06-25 10:03:16 +02:00
parent bb3da6620b
commit 8e40c436dd
8 changed files with 24 additions and 4 deletions

View File

@@ -858,6 +858,7 @@ export interface IStartDebuggingOptions {
parentSessionID?: DebugSessionUUID;
repl?: IDebugSessionReplMode;
noDebug?: boolean;
noCompact?: boolean;
}
export interface MainThreadDebugServiceShape extends IDisposable {