Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] Support DebugSessionOptions boolean options for suppression #12015

Closed
Tracked by #12019
rschnekenbu opened this issue Dec 22, 2022 · 3 comments · Fixed by #12220
Closed
Tracked by #12019

[vscode] Support DebugSessionOptions boolean options for suppression #12015

rschnekenbu opened this issue Dec 22, 2022 · 3 comments · Fixed by #12220
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

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.

@JonasHelming JonasHelming added the education Tickets that are well suited for lab courses and other student contributions label Dec 22, 2022
@msujew msujew added the vscode issues related to VSCode compatibility label Dec 27, 2022
@rschnekenbu
Copy link
Contributor Author

Can you please assign this task to @sgraband?

@JonasHelming
Copy link
Contributor

@sgraband I can't assign this to you, could you leave a comment maybe it works then

@JonasHelming JonasHelming removed the education Tickets that are well suited for lab courses and other student contributions label Feb 21, 2023
@sgraband
Copy link
Contributor

Sure

sgraband added a commit to eclipsesource/theia that referenced this issue Feb 24, 2023
Add options to suppress the debugging statusbar, toolbar and view.
As well as the saving before starting a debugging session.

Fixes eclipse-theia#12015

Contributed on behalf of STMicroelectronics
tsmaeder pushed a commit that referenced this issue Mar 17, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants