It means that when I exit vscode and then opening the vscode, it opens the last session of the files that I used. but when the vscode crashes or shutdown device unexpectedly, it will not be opening the last session of the files and it shows some other files. what should I do to overcome this problem?
I tried using the following code on my settings.json, but it not working:
{
"files.hotExit": "onExit",
"window.restoreWindows": "all"
}