Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional detail

detail: string

Accessors

definition

  • get definition(): TaskDefinition
  • set definition(value: TaskDefinition): void

execution

group

hasProblemMatchers

  • get hasProblemMatchers(): boolean

isBackground

  • get isBackground(): boolean
  • set isBackground(value: boolean): void

name

  • get name(): string
  • set name(value: string): void

presentationOptions

  • get presentationOptions(): TaskPresentationOptions
  • set presentationOptions(value: TaskPresentationOptions): void

problemMatchers

  • get problemMatchers(): string[]
  • set problemMatchers(value: string[]): void

scope

  • get scope(): undefined | WorkspaceFolder | Global | Workspace
  • set scope(value: undefined | WorkspaceFolder | Global | Workspace): void

source

  • get source(): string
  • set source(value: string): void