Options
All
  • Public
  • Public/Protected
  • All
Menu

Executes a Visual Studio Code command.

Hierarchy

Index

Properties

Optional arguments

arguments: any[]

The arguments for the command.

command

command: string

The command to execute.

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 name

name: string

The name.

Optional type

type: string

The type.

Generated using TypeDoc