lkytal / quickTask

Task runner and manager extension for VSCode
https://lkytal.github.io/quickTask/
GNU Affero General Public License v3.0
11 stars 7 forks source link

[Feature Request] Respect `hide` setting #65

Closed lonix1 closed 1 year ago

lonix1 commented 1 year ago

The tasks.json has this setting:

"hide": true|false,

When true, a task is not shown in the "task run" list, so it is only used as a dependency of other tasks.

It would be nice if the extension respected that setting - so if it's true, then the task would not appear in the quick pick list.

lkytal commented 1 year ago

Fixed in version 3.5.8