actboy168 / vscode-tasks

MIT License
37 stars 14 forks source link

Hide all tasks by default and show specific ones #49

Open lonix1 opened 1 year ago

lonix1 commented 1 year ago

By default all tasks are shown, and one can hide them individually via "hide": true.

But I have MANY tasks, and this isn't convenient. I prefer to hide all tasks by default via "tasks.statusbar.default.hide": true, and then to show specific tasks via "hide": false.

Unfortunately that doesn't work. No tasks are shown.

Is this possible?

actboy168 commented 1 year ago

I can't reproduce.

lonix1 commented 1 year ago

Thanks.

Does that mean what I wrote above should work - did I do it properly?

So:

?

alexzshl commented 10 months ago

These Settings look fine and work fine on my computer