spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code
Other
141 stars 30 forks source link

[bug] composer feature introduced in v2.6.0 uses incorrect command to execute composer scripts #166

Closed nifr closed 2 years ago

nifr commented 2 years ago

The composer tasks use composer <script-name> instead of composer run-script <script-name>.

This command syntax fails with hook commands like post-install-cmd.

Screenshot 2022-01-22 at 23 22 11

See comparison of the 2 commands below:

Screenshot 2022-01-22 at 23 26 28