Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AfterDeployedVSCommandOperation

An operation that executes a Visual Studio Code command and is invoked AFTER ALL files have been deployed.

Hierarchy

Index

Properties

Optional arguments

arguments: any[]

The arguments for the command.

command

command: string

The command to execute.

Optional contextOptions

contextOptions: any

Options for the operation context object (@see DeployVSCommandOperationContext).

Optional description

description: string

The description for the operation.

Optional name

name: string

The name of the operation.

Optional submitContext

submitContext: boolean

Submit an operation context object (@see DeployVSCommandOperationContext) as first argument or not.

Optional type

type: string

The type.

Generated using TypeDoc