Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessTaskDto

Hierarchy

Index

Properties

Optional args

args: string[]

command

command: string

Optional detail

detail: string

Optional executionId

executionId: string

Optional group

group: string

label

label: string

Optional options

options: { cwd?: string }

Type declaration

  • [key: string]: any
  • Optional cwd?: string

Optional presentation

Optional problemMatcher

problemMatcher: any

scope

scope: string | number

Optional source

source: string

Optional taskType

taskType: "shell" | "process" | "customExecution"

type

type: string

Optional windows