Answers for "vs code enable auto save"

1

vs code disable auto file save

Files: Auto Save : Controls auto save of dirty files.
afterDelay

Files: Auto Save Delay : Controls the delay in ms
after which a dirty file is saved automatically. 
Only applies when Files: Auto Save is set to afterDelay.
600000
Posted by: Guest on May-23-2021
2

vscode auto save

1. go to settings -> Text Editor -> Files
2. Auto Save => select onFocusChange 
3. or switch to json view and Add { "files.autoSave": "onFocusChange" }
good luck ;)
Posted by: Guest on January-03-2022

Browse Popular Code Answers by Language