Provide some sort of diagnostics command in TSServer #31592
Labels
Committed
The team has roadmapped this issue
Domain: TSServer
Issues related to the TSServer
Suggestion
An idea for TypeScript
Milestone
We often get feedback from VS/VS Code users that TSServer is slow, but the amount of time it takes to diagnose the issue is a bit much for them (e.g. enabling logging etc.)
The proposal here is for TSServer to provide some of the same information as
--listFiles
and--extendedDiagnostics
which you can get from the command line. Editors could then open a buffer that could let them and our teams diagnose issues.Here's an example of what we could return to the editor:
The editor could choose to display this however it wants.
The text was updated successfully, but these errors were encountered: