-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Save on focus lost #353
Comments
I also need this, there's a slight delay during auto-save that I keep tripping on :( Should be enough to just trigger auto-save on focus loss. |
Are there any updates regarding this feature? |
Status: It is on the backlog and we do not plan to provide this feature for the next milestone (December). |
I am making progress on this feature request. I would like to avoid showing the dirty indication in the workbench at all cost because imho that is distracting. However this means, if you have configured auto save on focus change, the file will not be saved until one of these conditions without indication to the user:
Any feedback on this is appreciated. |
This can now be configured with the new |
FYI, for those who stumble upon this thread, this confugration has changed to "files.autoSave": "onFocusChange" |
"files.autoSave": "onWindowChange" should be better. |
Greetings!
VS Code is an awesome editor. Thank you for that.
But is it possible to set-up "save on focus lost"?
When you are developing a web app using automated build-systems (gulp, webpack, etc...) its very annoying when is auto saves not completed code.
All editors auto save feature works with "focus" (Sublime, Atom, Webstorm...).
Thank you in advance!
The text was updated successfully, but these errors were encountered: