Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecTargetOperation

An operation for executing something inside the workspace folder.

Hierarchy

Index

Properties

command

command: string

The (shell) command to execute.

Optional cwd

cwd: string

The custom working directory.

Optional if

if: string | string[]

One or more (JavaScript) conditions that check if that item is available or not.

Optional ignoreIfFail

ignoreIfFail: boolean

Continue when target operation fails or not.

Optional maxBuffer

maxBuffer: number

Largest amount of data in bytes allowed on stdout or stderr.

Optional name

name: string

The name.

Optional noPlaceHolders

noPlaceHolders: boolean

Do not use placeholders in 'command' property.

Optional printOutput

printOutput: boolean

Print the result from stdout to output channel or not.

Optional timeout

timeout: number

Execution timeout.

Optional type

type: string

The type.

Generated using TypeDoc