Skip to content

[vscode] Support DebugSessionOptions boolean options for suppression  #12015

@rschnekenbu

Description

@rschnekenbu

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.

Metadata

Metadata

Assignees

Labels

vscodeissues related to VSCode compatibility

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions