Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessExecutionOptions

Options for a process execution

Hierarchy

  • ProcessExecutionOptions

Index

Properties(2)

Properties(2)

Optional cwd

cwd: string

The current working directory of the executed program or shell. If omitted the tools current workspace root is used.

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

Generated by TypeDoc. Maintained by 洛竹