Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugAdapterExecutableOptions

Options for a debug adapter executable.

Hierarchy

  • DebugAdapterExecutableOptions

Index

Properties

Properties

cwd?: string

The current working directory for the executed debug adapter.

env?: {}

The additional environment of the executed program or shell. If omitted the parent process' environment is used. If provided it is merged with the parent process' environment.

Type declaration

  • [key: string]: string