actboy168 / vscode-tasks

MIT License
37 stars 14 forks source link

Some tasks not appearing in status bar after 0.15.2 #48

Closed ArcanoxDragon closed 1 year ago

ArcanoxDragon commented 1 year ago

After updating to 0.15.2, some of my tasks are not appearing in the status bar. 0.15.3 doesn't fix the problem. If I downgrade to 0.15.1, the tasks all appear correctly.

I have created a Gist that reproduces the issue: https://gist.github.com/ArcanoxDragon/3b8b3f9b2fb2684160d37ce4ff1a22c8 The tasks.json file from the Gist needs to go in a .vscode folder next to package.json, of course.

On 0.15.1, both tasks show up in the status bar, but in 0.15.2 and 0.15.3, only the "Yarn Install" task appears. It seems like this change is responsible; matchComposite returns false for the NPM task that doesn't show up.

sr-tream commented 1 year ago

Similar bug. But all work on 0.15.2 for me and do not show any tasks on 0.15.3