withfig / autocomplete

IDE-style autocomplete for your existing terminal & shell
https://fig.io
MIT License
24.38k stars 5.4k forks source link

[php artisan/composer] executeShellCommand times out #2275

Open timboozle opened 4 months ago

timboozle commented 4 months ago

Sanity checks

What CLI tool does this relate to?

php artisan/composer

Which statement makes the most sense?

There are errors with this completion spec

Issue Details

This might be an issue with other specs as well but I am testing with php artisan and composer.

Both time out when firing an executeShellCommand to respectively php artisan list --format=json and composer list --format=json.

When I go into development mode and change the commands to include the absolute path to the executables, it works without any issues.

Seems like an issue with $PATH but I can't find any issues on here about it.