Regex replace doesn't work if match line is more than 999 #32522
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-find
Editor find operations
verified
Verification succeeded
Milestone
Hi there.
I am having issue that vscode doesn't replace using regex properly if matched line is over the 999.
Also only first line is replaced even if I pressed "Replace All"
Steps to Reproduce:
1.create random lines more than 999. in my case I have 6567 lines I want to replace.
2.replace using Regex. my case is that I tried to add ",'" all lines. target "^" , replace ",'"
3. then Press "Replace All".
That happens is only first line is replaced .
then keep press "Replace All" then....
The text was updated successfully, but these errors were encountered: