-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Add function names for code fixes. #46728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
I can't say for certain that the stack frame reconstructor will actually pick up these names, but it seems plausible. @armanio123 can probably show you how to test it locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No objections, but tooling changes might be required (or, less likely, might be impossible).
@typescript-bot pack this |
@orta any reason you wanted to pack this? |
I was just testing the pack command, and thought it would be s safe candidate |
Would it make sense to cherry-pick this in for |
@typescript-bot cherry-pick this to release-4.5 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Hey @DanielRosenwasser, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-4.5 manually. |
* Add function names for code fixes. * Remove double space. * Undo CRLF -> LF change.
This PR gives code actions a name so we can tell which code fix is causing issues from a glance at a stack trace in telemetry issues.