mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Add DebugSessionOptions suppressSaveBeforeStart
See microsoft/vscode-jupyter#6898
This commit is contained in:
@@ -1114,6 +1114,7 @@ export interface IStartDebuggingOptions {
|
||||
debugUI?: {
|
||||
simple?: boolean;
|
||||
};
|
||||
suppressSaveBeforeStart?: boolean;
|
||||
}
|
||||
|
||||
export interface MainThreadDebugServiceShape extends IDisposable {
|
||||
|
||||
Reference in New Issue
Block a user