Level 18
By default, Visual Studio Code doesn't search in directories you have ignored in .gitignore - such as the vendor folder. You can disable this in your user settings:
"search.useIgnoreFiles": false
6 likes
Hello,
For a moment, it worked pretty well. But it can't figure out why I can't jump into a file within the vendor folder anymore. That's weird and drives me crazy. Does anybody here could help me solve this issue?
Here are my settings: https://gist.github.com/benjamincrozat/02520fa345a2b6ad284de93e0cbfc6c8
By default, Visual Studio Code doesn't search in directories you have ignored in .gitignore - such as the vendor folder. You can disable this in your user settings:
"search.useIgnoreFiles": false
Please or to participate in this conversation.