Add selection to next Find match does not work with Regex Find Mode
#107,090 创建于 2020年9月20日
描述
Description
Adding selection to next find match does not work when the regex find mode is turned on. I am not sure this is intended, but based on #5715 I would assume you would want this to work along with adding everything to the selection so I'm calling it a bug.
I made an example of this in the gif below while in an instance with extensions disabled by running code --disable-extensions and with me just trying to add to the selection using ctrl+d

Version Info
VSCode Version: 1.48.2 (system setup) Commit: a0479759d6e9ea56afa657e454193f72aef85bd0 Date: 2020-08-25T10:13:11.295Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363
Steps to Reproduce:
- Open any document with some text
- Turn on the regex mode for the search tool
- Add some valid regex pattern
- Attempt to add another cursor by pressing
ctrl+d
Does this issue occur when all extensions are disabled?: Yes