[Feature Request] Print project directory when diagnostics enabled #32496
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
Search Terms
diagnostics, project directory
Suggestion
I have about 40+ sub-projects in a
composite
project right now and when building, it takes about 10 minutes.It's hard to troubleshoot which projects are the bottleneck when I don't even know which projects are being built.
Enabling diagnostics only tells me how long a project took but doesn't tell me what that project is.
So, my feature request is to print the project directory when
diagnostics
is enabled.At the moment, I've modified my own
tsc.js
,It works enough for me,
I don't really know much about the TypeScript API. There's probably a proper way to get this information but with my limited knowledge, I managed to hack that together.
Checklist
My suggestion meets these guidelines:
The text was updated successfully, but these errors were encountered: