Answers for "vscode turn of automatic save"

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