Benjamin Pasero
Benjamin Pasero
I am able to reproduce as well now, maybe I was not looking at the correct log files.
@deepak1556 I fail to run `coredumpctl` somehow, here are the steps: * open `vscode` folder inside WSL2 Ubuntu 20 (not as mount, but really inside) * rename `build` folder to...
@deepak1556 thanks a ton! I wonder if https://github.com/parcel-bundler/watcher/pull/103 is a related fix? Sorry for not bringing that up earlier, I remember I had seen the PR some time ago...
Should we move this issue to them though? I feel its entirely upstream now right, with your steps.
Reported as https://github.com/parcel-bundler/watcher/issues/110
`workbench.experimental.editSessions.enabled` should not be required to reopen the previous session after restart. Does it reproduce if you close VSCode and then restart?
We require the OS to orderly shutdown VSCode to persist state on shutdown. We have added some tricks in some cases to periodically flush state so that it would even...
> They were not unorderly shutdowns How do you know? Given the fact this is somewhat random, here is my speculation: * you restart OS with opened apps * OS...
Only because the window closes, does not mean VSCode was able to shutdown orderly. We do a lot of work on the hidden main process to persist states from all...