Answers for "vscode auto save file"

0

auto save code runner vscode

"code-runner.saveAllFilesBeforeRun": true,
Posted by: Guest on January-08-2022
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