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"
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"