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
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.
Feature Description:
The
debug.saveBeforeStart
option in thesettings.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.
The text was updated successfully, but these errors were encountered: