Hot Exit setting for VS Code to save scratch files
Changing hot exit from its default "onExit" to "onExitAndWindowClose" allows you to keep unsaved files if you are simply closing a single window instance of VS code if you have multiple open.
This is handy if you frequently leverage scratch files while doing development and would like them to remain after closing the window or exiting out of VS code.