Extension Version
v0.1.16
PHP Binary
Docker
Operating System
Windows
What happened?
When I work on Laravel projects I place the laravel app within a src directory with all my docker related files in the root. The extension cannot find the vendors directory unless it is at the root of the project. Extension should be able to find the vendor directory and have it's features still work when the laravel app is not the root of the opened project in VSCode
-- OR --
The directory to search for the application should be configurable
Mimimal Code Sample