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

Created on 28 Dec 2017  路  4Comments  路  Source: microsoft/vscode

  • 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

needs more info search

Most helpful comment

"search.useIgnoreFiles": false,// ?

All 4 comments

"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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

philipgiuliani picture philipgiuliani  路  3Comments

mrkiley picture mrkiley  路  3Comments

trstringer picture trstringer  路  3Comments

v-pavanp picture v-pavanp  路  3Comments

lukehoban picture lukehoban  路  3Comments