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

Pattern matching in "Find all files" work only for open files? #18198

Closed
ahmetb opened this issue Jan 5, 2017 · 1 comment
Closed

Pattern matching in "Find all files" work only for open files? #18198

ahmetb opened this issue Jan 5, 2017 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@ahmetb
Copy link

ahmetb commented Jan 5, 2017

  • VSCode Version: 1.8.1
  • OS Version: macOS 10.12.2

Steps to Reproduce:

I have a Go project (https://github.com/ahmetalpbalkan/go-linq) and I am looking for this pattern in the codebase: a '{' followed by two new lines.

I have no open files currently.

I hit Cmd+Shift+F and type regex: \{\n\n, hit the [.*] regex button and then hit return, I get no results:

image

Suspicious, because I am sure I have some matches.. Then I open a file aggregate.go and I hit Cmd+Shift+F again and return again to perform the exact same search:

image

Bam! I have matches now, but only from the open file, aggregate.go. Is this a bug?

@sandy081 sandy081 added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 6, 2017
@sandy081
Copy link
Member

sandy081 commented Jan 6, 2017

Duplicates #13068

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

2 participants