Skip to content

Fix issue when multiple different diagnostics share a single fixer#60317

Merged
CyrusNajmabadi merged 2 commits intodotnet:mainfrom
CyrusNajmabadi:tsFixer
Mar 23, 2022
Merged

Fix issue when multiple different diagnostics share a single fixer#60317
CyrusNajmabadi merged 2 commits intodotnet:mainfrom
CyrusNajmabadi:tsFixer

Conversation

@CyrusNajmabadi
Copy link
Contributor

This was affecting TypeScript when they had multiple diagnostics on a single line. In TS they have just a single fixer for everything, so we only showing the fix for the first fix on the line.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner March 22, 2022 16:35
@ghost ghost added the Area-IDE label Mar 22, 2022
@CyrusNajmabadi CyrusNajmabadi merged commit 3fb22f1 into dotnet:main Mar 23, 2022
@ghost ghost added this to the Next milestone Mar 23, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the tsFixer branch March 23, 2022 22:20
@allisonchou allisonchou modified the milestones: Next, 17.2.P3 Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants