-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Fix misplaced comma in auto imported specifier #40273
Conversation
I think this would be a good candidate for VS Code's next servicing release. |
@typescript-bot cherry-pick this to release-4.0 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Can you explain a bit more here? |
Hey @DanielRosenwasser, I've opened #40303 for you. |
Component commits: 2c0e01a Fix misplaced comma in auto imported specifier
@DanielRosenwasser |
Component commits: 2c0e01a Fix misplaced comma in auto imported specifier Co-authored-by: Andrew Branch <[email protected]>
Fixes #40219
Note:
insertNodeAfter
andinsertNodeAtEndOfList
are pretty dumb, and should probably be deleted, becauseinsertNodeInLastAfter
is very smart.