Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContributedTaskConfiguration

Hierarchy

Index

Properties

Readonly _scope

Readonly _source

_source: string

Source of the task configuration. For a configured task, it is the name of the root folder, while for a provided task, it is the name of the provider. This field is not supposed to be used in tasks.json

Optional dependsOn

dependsOn: string | TaskIdentifier | (string | TaskIdentifier)[]

The other tasks the task depend on.

Optional dependsOrder

dependsOrder: Sequence | Parallel

The order the dependsOn tasks should be executed in.

Optional detail

detail: string

Optional group

group: "build" | "test" | "none" | { isDefault: true; kind: "build" | "test" }

Optional isBackground

isBackground: boolean

Whether the task is a background task or not.

Readonly label

label: string

A label that uniquely identifies a task configuration per source

Optional presentation

Optional problemMatcher

problemMatcher: string | ProblemMatcherContribution | (string | ProblemMatcherContribution)[]

type

type: string