Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessTaskDto

Hierarchy

Index

Properties

args?: string[]
command: string
detail?: string
executionId?: string
group?: { isDefault: boolean; kind: TaskGroupKind }

Type declaration

label: string
options?: { cwd?: string }

Type declaration

  • [key: string]: any
  • Optional cwd?: string
problemMatcher?: any
runOptions?: RunOptionsDTO
scope: string | number
source?: string
taskType?: "shell" | "process" | "customExecution"
type: string