see https://code.visualstudio.com/api/references/vscode-api#DebugSessionOptions
4 new options since 1.73:
-
suppressDebugStatusbar?: boolean
When true, the window statusbar color will not be changed for this session.
-
suppressDebugToolbar?: boolean
When true, the debug toolbar will not be shown for this session.
-
suppressDebugView?: boolean
When true, the debug viewlet will not be automatically revealed for this session.
-
suppressSaveBeforeStart?: boolean
When true, a save will not be triggered for open editors when starting a debug session, regardless of the value of the debug.saveBeforeStart setting.