To collect diagnostics on Windows:
- Save https://raw.githubusercontent.com/minestarks/TSDiagnostics/master/wpr/tsevents.wprp to your local drive.
- Open an administrator command prompt and navigate into the folder where you just saved
tsevents.wprp
. - Run the following to start tracing:
wpr -start tsevents.wprp
- Reproduce the problem (by opening TypeScript files, typing, etc.)
- Run the following to stop tracing:
wpr -stop tstraces.etl
- Share the resulting
tstraces.etl
with the person who requested more information.
WARNING: The trace file tstraces.etl
may contain identifying information. Be wary of sharing publicly.