Possible to disable?: 'Save as Workspace?' prompt, upon closing a window #42657
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
workbench-multiroot
Multi-root (multiple folders) issues
Using the latest, released version of VSCode, at the time of this writing (2018-Jan-31; version 1.19.3), on MacOS High Sierra (and last tested on 10.13.2), and with extensions disabled, I see the following behavior, which, in some cases, can be unnecessarily time-consuming:
Attempting to close a window that has files open from multiple, disparate directories, the following prompt always appears:
"Do you want to save your workspace configuration as a file?"
A set of buttons (with "Don't Save", "Cancel", "Save") is also presented, offering options. One of the dialogs buttons must be selected, in order to close the window.
Screenshot:

This prompt does not come up when trying to close a window that is associated with a single file, or a single directory.
Here is an example of how to launch VSCode from an OS' command shell, to reproduce this prompt:
code -n --disable-extensions DirectoryA DirectoryB
Is there a way to disable this prompt via setting(s) in VSCode? If not, much such a feature be feasible?
The text was updated successfully, but these errors were encountered: