Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraceWriterModuleExecutorArguments

Arguments for the trace writer.

Hierarchy

Index

Properties

config

The extension configuration.

context

context: vscode.ExtensionContext

The context of the extension.

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.

state

state: any

Gets or sets a state value for the underlying script.

trace

trace: TraceEntry[]

The trace list to write.

Generated using TypeDoc