mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
change noCompress -> compress and make default to not compress sessions in call stack
#101429
This commit is contained in:
@@ -858,7 +858,7 @@ export interface IStartDebuggingOptions {
|
||||
parentSessionID?: DebugSessionUUID;
|
||||
repl?: IDebugSessionReplMode;
|
||||
noDebug?: boolean;
|
||||
noCompact?: boolean;
|
||||
compact?: boolean;
|
||||
}
|
||||
|
||||
export interface MainThreadDebugServiceShape extends IDisposable {
|
||||
|
||||
Reference in New Issue
Block a user