Skip to main content

ProjectWorkspaceInheritedTasksConfig

Controls how tasks are inherited.

Index

Properties

exclude

exclude: string[]

Excludes inheriting tasks by ID.

include

include: null | string[]

Only inherits tasks by ID, and ignores the rest. When not defined, inherits all matching tasks. When an empty list, inherits no tasks.

rename

rename: Record<string, string>

Renames inherited tasks to a new ID.