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

Support saveBeforeStart setting in debugPreferences #12319

Open
sgraband opened this issue Mar 17, 2023 · 0 comments
Open

Support saveBeforeStart setting in debugPreferences #12319

sgraband opened this issue Mar 17, 2023 · 0 comments
Labels
debug issues that related to debug functionality vscode issues related to VSCode compatibility

Comments

@sgraband
Copy link
Contributor

Feature Description:

Thedebug.saveBeforeStart option in the settings.json is marked as unsupported and does not have an effect. Files are always saved when starting a debugging session.

So the options needs to be added to the preference schema as well as taken into account when trying to save the files before starting a debugging session.

The expected behaviour is to have three options available:

  • allEditorsInActiveGroup: Save all editors in the active group. The default value.
  • nonUntitledEditorsInActiveGroup: Save all editors in the active group except untitled ones.
  • none: Don't save any editors.

For more information please see the announcement blogpost or the code.

@vince-fugnitto vince-fugnitto added vscode issues related to VSCode compatibility debug issues that related to debug functionality labels Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants