Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

hasTaskProblemMatchers: boolean
isTaskBackground: boolean
taskDefinition: TaskDefinition
taskExecution: undefined | CustomExecution | ProcessExecution | ShellExecution
taskGroup: undefined | TaskGroup
taskName: string
taskPresentationOptions: TaskPresentationOptions
taskProblemMatchers: string[]
taskRunOptions: RunOptions
taskScope: undefined | WorkspaceFolder | Global | Workspace
taskSource: string

Accessors

  • get definition(): TaskDefinition
  • set definition(value: TaskDefinition): void
  • get hasProblemMatchers(): boolean
  • get isBackground(): boolean
  • set isBackground(value: boolean): void
  • get name(): string
  • set name(value: string): void
  • get presentationOptions(): TaskPresentationOptions
  • set presentationOptions(value: TaskPresentationOptions): void
  • get problemMatchers(): string[]
  • set problemMatchers(value: string[]): void
  • get runOptions(): RunOptions
  • set runOptions(value: RunOptions): void
  • get scope(): undefined | WorkspaceFolder | Global | Workspace
  • set scope(value: undefined | WorkspaceFolder | Global | Workspace): void
  • get source(): string
  • set source(value: string): void