-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Register files.autoSave
and files.autoSaveDelay
as a language override setting.
#181942
Comments
Previously at #42170 |
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! |
I would like to be able to disable |
🙂 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! |
#200326 enables all auto save related settings to be per-workspace and per-language. |
This can now be tested in our insiders build: You can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
I would like to configure auto-saving per language, which is not currently available for the settings
files.autoSave
andfiles.autoSaveDelay
as shown in the following screenshots.Here's that snippet from
settings.json
as text.For example, when writing a README or a backend server in Python, I appreciate the auto-save so that I can restart the server without pressing CTRL + S in each file I've modified. In contrast, when working on a JavaScript front-end with hot-reloading, I want the auto-save disabled so that my in-progress changes (e.g. a half-written JSX props list) don't break the site until I manually save the file(s).
Currently, I have to switch the auto-save setting each time I switch projects. When I'm working on a full-stack application, however, this quickly becomes tedious, and I typically give up the auto-save benefits for the backend.
VS Code Version Details
The text was updated successfully, but these errors were encountered: