mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 04:41:00 +01:00
cdf20ffcba
- Shorten background update check interval from 24h to 6h so newly published server versions are picked up sooner after auto-shutdown. - Don't store the child into self.running when it exits before signaling ready. Previously a failed startup left a dead child in running forever, wedging ensure_server() so it could never restart the server. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>