Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskCustomization

Hierarchy

Indexable

[name: string]: any

Index

Properties

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.

Optional presentation

Optional problemMatcher

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

type

type: string