-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Search using regex only searches open documents #35232
Comments
This is expected - search doesn't normally support multiline search. But if the file is open, then search is done by the editor, which does support multiline search. |
Good to know, I thought this was expected behavior but was confused when it did provide a result for the Is this intended functionality? or is the single result due to tsconfig.json being open in a hidden editor? |
That's interesting, I actually don't know why it would do that. It may be a bug in the search tool we use, but not a critical one. I can't reproduce, at least on MacOS |
Yeah, definitely not a critical bug, that being said managed to reproduce consistently on MacOS.
|
Ah, I can reproduce it now too. Apparently the tsconfig is open in the background, didn't realize it did that. |
Steps to Reproduce:
Note: sometimes it populates with just a single file, cannot consistently reproduce this.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: