Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraceHandlerModuleExecutorArguments

Arguments for the trace handler.

Hierarchy

Index

Properties

config

The extension configuration.

context

context: vscode.ExtensionContext

The context of the extension.

entry

entry: TraceEntry

The current entry,

globalState

globalState: Object

The global state for this and all other scripts.

globals

globals: any

Global options / data from the settings.

Optional options

options: any

Additional options for the script.

outputChannel

outputChannel: vscode.OutputChannel

The output channel of the extension.

packageFile

packageFile: PackageFile

The package file.

save

save: boolean

Save to trace list or not.

state

state: any

Gets or sets a state value for the underlying script.

trace

trace: TraceEntry[]

The current trace list.

Generated using TypeDoc