Interface TaskFilter

interface TaskFilter {
    type?: string;
    version?: string;
}

Properties

Properties

type?: string

The type of tasks to return.

version?: string

The task version as used in the tasks.json file. The string support the package.json semver notation.