Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugAdapterExecutableOptions

Options for a debug adapter executable.

层级

  • DebugAdapterExecutableOptions

索引

Properties(2)

Properties(2)

Optional env

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

Optional cwd

cwd: string

The current working directory for the executed debug adapter.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹