Capture more info in TS Server errors to help provide repros #45900
Labels
Infrastructure
Issue relates to TypeScript team infrastructure
Rescheduled
This issue was previously scheduled to an earlier milestone
Milestone
When TS Server crashes / issues an error response, VS Code will prompt users to open an issue with the error stack under some circumstances: https://github.com/microsoft/vscode/blob/4fcbe9449c57ff1e65f134dde6df58cb28bcea5f/extensions/typescript-language-features/src/typescriptServiceClient.ts#L988
Many of these users open the issue, but don’t fill out other info in the template, and don’t respond to requests for more information. TS Server could provide more info about its current state in its error response to help make these issues easier to reproduce, even if the user is unresponsive. What I want most right now is a list of dependencies being processed when the stack mentions
AutoImportProviderProject
: see #45874. @DanielRosenwasser suggested it might be possible to include the last few commands that the server processed.The text was updated successfully, but these errors were encountered: