change noCompress -> compress and make default to not compress sessions in call stack

#101429
This commit is contained in:
isidor
2020-07-02 11:37:27 +02:00
parent 819bc7363d
commit a301dc553b
8 changed files with 24 additions and 13 deletions

View File

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