Autosave files on close, when setting is afterDelay (#36929)
Closes https://github.com/zed-industries/zed/issues/12149 Closes #35524 Release Notes: - Improved autosave behavior, to prevent a confirmation dialog when quickly closing files and using the `afterDelay` setting --------- Co-authored-by: MrSubidubi <finn@zed.dev>
This commit is contained in:
@@ -246,6 +246,8 @@ Define extensions which should be installed (`true`) or never installed (`false`
|
||||
}
|
||||
```
|
||||
|
||||
Note that a save will be triggered when an unsaved tab is closed, even if this is earlier than the configured inactivity period.
|
||||
|
||||
## Autoscroll on Clicks
|
||||
|
||||
- Description: Whether to scroll when clicking near the edge of the visible text area.
|
||||
|
||||
Reference in New Issue
Block a user