-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Add the option to skip the prompt to save the workspace config #187794
Comments
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
I'm surprised to see that this is still not yet implemented. |
This bug has been fixed in the latest release of VS Code Insiders! @spersico, you can help us out by commenting If things still don't seem right, please ensure you're on version 02b9071 of Insiders (today's or later - you can use Happy Coding! |
/verified |
When opening multiple folders at once, and then either closing the window or selecting other folders, a prompt appears, asking the user (with the message “Do you want to save your workspace configuration as a file?”) if it wants to Save/Not Save, or Cancel the action.
I propose that the prompt should be globaly skippable via a configuration option.
This is reproducible without extensions, and in every OS, as far as I know. It's not a bug.
Here's the code that shows the prompt
To reproduce:
code -n --disable-extensions DirectoryA DirectoryB
,I opened this issue because there are multiple issues (#42657, #30974, #30972) that I believe were closed between 2017 and 2019, and some comment reactions seem to agree with me that this is a desirable feature. There was even a person who expressed interest in making a PR to implement the feature.
My use case is pretty simple, and in my opinion, not weird:
I work with multiple frontends and one backend, and for performance and clarity reasons, I prefer to open the least amount of frontend-backend folders I need for the task at hand. Every time I switch I see the prompt, that annoys me because I don't intend to save a workspace for every combination.
The text was updated successfully, but these errors were encountered: