spmeesseman / vscode-taskexplorer

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

Feature Request: Hide tasks having "hide" key set to "true" #182

Closed sci-c0 closed 1 year ago

sci-c0 commented 2 years ago

The VSCode tasks allow a hide field/key to be set. This key prevents the tasks to show up in the default VSCode's task runners. Use the same field to hide the task in the Task Explorer list.

Moreover, this setting can be given as a option, i.e. to hide the tasks marked as "hide": "true"

sci-c0 commented 2 years ago

This issue is related to #178