VS Code API
    Preparing search index...

    Class TaskGroup

    A grouping for tasks. The editor by default supports the 'Clean', 'Build', 'RebuildAll' and 'Test' group.

    Index

    Properties

    id: string
    isDefault: boolean | undefined

    Whether the task that is part of this group is the default for the group. This property cannot be set through API, and is controlled by a user's task configurations.

    Build: TaskGroup

    The build task group;

    Clean: TaskGroup

    The clean task group;

    Rebuild: TaskGroup

    The rebuild all task group;

    Test: TaskGroup

    The test all task group;