You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm done for the day I just shutdown without closing code and let Windows shutdown close everything for me. The next day I'll run start /B "" code path/to/my/project as part of a batch file and vscode will open my directory, but won't have any of my previous tabs open.
Steps to Reproduce:
Open folder in VSCode using start /B "" code path/to/my/project. Open tabs and use normally.
Shutdown computer without manually closing VSCode. Let Windows shutdown process close VSCode.
Restart computer
Reopen folder in VSCode using start /B "" code path/to/my/project. Previous session tabs are not restored.
I've checked similar issues to this and have set Hot Exit to onExitAndWindowClose, but the problem still occurs.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
When I'm done for the day I just shutdown without closing code and let Windows shutdown close everything for me. The next day I'll run
start /B "" code path/to/my/project
as part of a batch file and vscode will open my directory, but won't have any of my previous tabs open.Steps to Reproduce:
start /B "" code path/to/my/project
. Open tabs and use normally.start /B "" code path/to/my/project
. Previous session tabs are not restored.I've checked similar issues to this and have set Hot Exit to onExitAndWindowClose, but the problem still occurs.
The text was updated successfully, but these errors were encountered: