Theia API Documentation v1.65.0
    Preparing search index...
    interface TaskFilter {
        type?: string;
        version?: string;
    }
    Index

    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.