Visual Studio Code can’t find files inside vendor folder (Laravel project)
Fix 1. I am not sure how many projects you have but I think you can enable this by changing the excludefile settings. Go to VSCode > Preferences > Settings or press ⌘,. Search for files.exclude and make **/.git to false. Fix 2 OR try to search for search.useIgnoreFiles in your settings and make it … Read more