Steps to Reproduce:
In the vscode version 1.18.* the Ctrl+p command works normally. But in the version 1.19 it is not working to find files inside vendor folder.
How can I fix it? Are there any configuration that I need todo?
Reproduces without extensions: Yes
"search.useIgnoreFiles": false,// ?
Is it in a gitignore file? If so you can tell vscode to not look at gitignore files by setting "search.useIgnoreFiles": false like @usernamehw says.
That's work for me!
Thanks!!
@usernamehw Thanks, maaan! :) It works :)
Most helpful comment