You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: