VS Code API
    Preparing search index...

    Interface TaskFilter

    A task filter denotes tasks by their version and types

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

    Properties

    Properties

    type?: string

    The task type to return;

    version?: string

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