mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
**Bug** If the TSServer restarts with ongoing requests queued, the new server instance may not properly startup. in the logs, this looks like a series of cancelled request followed by a restart message, and then more cancelled requests of the same series **fix** I believe the root cause of this is that the request queue is not properly flushed and the request sequence numbers are not properly reset when starting the new server instance. Fixes #25807