Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptCommandFileChangeContext

A context that stores the data when a command is executed on file change.

Hierarchy

  • ScriptCommandFileChangeContext

Index

Properties

command

command: string

The command.

file

file: string

The file.

Optional globals

The global variables from the settings.

Optional options

options: any

Options for the execution (@see ScriptCommand).

require

require: function

Loads a module from the script context.

param

The ID / path to the module.

returns

The loaded module.

Type declaration

    • (id: string): any
    • Parameters

      • id: string

      Returns any

type

The change type.

uri

uri: vscode.Uri

The URI of the file.

Generated using TypeDoc