Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskConfiguration

Hierarchy

Index

Properties

Readonly _scope

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