You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Add options to suppress the debugging statusbar, toolbar and view.
As well as the saving before starting a debugging session.
Fixeseclipse-theia#12015
Contributed on behalf of STMicroelectronics
* Add boolean suppression DebugSessionOptions
Add options to suppress the debugging statusbar, toolbar and view.
As well as the saving before starting a debugging session.
Fixes#12015
Contributed on behalf of STMicroelectronics
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.
The text was updated successfully, but these errors were encountered: