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
Open a new file and add the same word 1000 times (may be you can use Emmet extension to do this quickly, for ex: div*1000 and tab, will produce 1000 times)
Select the 1st word and press ⌘F2 or execute editor.action.changeAll
Expected Result:
All the 1000 matching words should be selected
Actual Result:
Only 999 matching words are selected
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
editor.action.changeAll
Expected Result:
All the 1000 matching words should be selected
Actual Result:
Only 999 matching words are selected
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: