Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor.action.changeAll limited to only 999 selections #36816

Closed
email2vimalraj opened this issue Oct 24, 2017 · 3 comments
Closed

editor.action.changeAll limited to only 999 selections #36816

email2vimalraj opened this issue Oct 24, 2017 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@email2vimalraj
Copy link

  • VSCode Version: Code 1.17.2 (b813d12, 2017-10-16T13:47:41.889Z)
  • OS Version: Darwin x64 15.6.0

Steps to Reproduce:

  1. 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)
  2. 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

@email2vimalraj
Copy link
Author

email2vimalraj commented Oct 24, 2017

It look like there is already one issue #5887 opened and closed. Not clear whether the issue got fixed or not. Seems this issue exists from 1.0.0

@alexdima
Copy link
Member

Duplicate of #5887

The fix is available on the Insiders Release Channel and will be shipped with 1.18 on the Stable Release Channel.

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 25, 2017
@email2vimalraj
Copy link
Author

email2vimalraj commented Oct 25, 2017 via email

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants