Auto save

With auto save, VS Code automatically saves your code as you work.

Configure when files are auto saved with the files.autoSave setting. afterDelay saves after a fixed time, while onFocusChange saves when editor focus changes.