Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployVSCommandOperationContext

An execution context for a Visual Studio Code command.

Hierarchy

Index

Properties

command

command: string

The ID of the command.

files

files: string[]

The files to deploy.

globals

The globals defined in the settings.

kind

The kind of operation.

operation

The operation

Optional options

options: any

Options for the execution (@see DeployVSCommandOperation.contextOptions).

require

require: function

Loads a module from the script context.

Type declaration

    • (id: string): any
    • Parameters

      • id: string

      Returns any

Generated using TypeDoc