Introduce DebugSessionOptions.noDebug

#99743
This commit is contained in:
isidor
2020-06-12 17:33:00 +02:00
parent 61dcbfc29b
commit cc06e19b15
4 changed files with 11 additions and 2 deletions

View File

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