Open
Description
If I do Find & Replace on a large project, it sometimes misses replacing some of the matches. When I disable the Syntax Tree extension it works without issue.
My theory is VS Code is formatting the file after each replace and there's a race condition causing the formatted code to override the following replacement in the same file. I can do more testing to verify this if needed.
I haven't noticed this with other formatters such as Prettier.
Metadata
Metadata
Assignees
Labels
No labels