-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-hot-exitPreservation of unsaved changes across restartsPreservation of unsaved changes across restarts
Milestone
Description
Parent issue: #101
Sublime has a feature that allows hot exit to always be allowed on a window provided it has a project associated with it. The initial concern still remains that backups may go missing if we just always enable this, the Sublime project system is nice because the act of creating a project (.sublime-project
) is basically an opt in for project-level features.
Interested in people's ideas on this, here are a few:
- Enabling switching folders all the time?
- Enable if
<project>/.vscode
exists? - Enable if a setting is toggled?
- Enable if a setting includes the workspace path? (has issues with multi-folder workspaces)
t-n, dgileadi, wprater and TiborBremer
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-hot-exitPreservation of unsaved changes across restartsPreservation of unsaved changes across restarts