Theia API Documentation v1.65.0
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    definition: TaskDefinition

    The task's definition.

    detail?: string

    A human-readable string which is rendered less prominently on a separate line in places where the task's name is displayed. Supports rendering of theme icons via the $(<name>)-syntax.

    The task's execution engine

    group?: TaskGroup

    The task group this tasks belongs to. See TaskGroup for a predefined set of available groups. Defaults to undefined meaning that the task doesn't belong to any special group.

    isBackground?: boolean

    Whether the task is a background task or not.

    name: string

    The task's name

    presentationOptions?: TaskPresentationOptions

    The presentation options. Defaults to an empty literal.

    problemMatchers?: string[]

    The problem matchers attached to the task. Defaults to an empty array.

    runOptions: RunOptions

    Run options for the task

    The task's scope.

    source?: string

    A human-readable string describing the source of this shell task, e.g. 'gulp' or 'npm'.