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

Ctrl + p is not searching inside vendor folder in a laravel project in the vscode 1.19.1 #40918

Closed
carvemerson opened this issue Dec 28, 2017 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster search Search widget and operation issues

Comments

@carvemerson
Copy link

  • VSCode Version: 1.19.1
  • OS Version: linux Ubuntu 17.04

Steps to Reproduce:

  1. Press Ctrl+p and try do find a file that is inside vendor folder in a laravel project

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

@vscodebot vscodebot bot added the search Search widget and operation issues label Dec 28, 2017
@usernamehw
Copy link
Contributor

"search.useIgnoreFiles": false,// ?

@roblourens
Copy link
Member

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.

@roblourens roblourens added the info-needed Issue requires more information from poster label Dec 28, 2017
@carvemerson
Copy link
Author

That's work for me!
Thanks!!

@rufatZZ
Copy link

rufatZZ commented Jan 3, 2018

@usernamehw Thanks, maaan! :) It works :)

@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

4 participants