ProcessExecutionOptions$Typings extension

on

Properties

cwd String?

Available on ProcessExecutionOptions, provided by the ProcessExecutionOptions$Typings extension

The current working directory of the executed program or shell. If omitted the tools current workspace root is used.
getter/setter pair
env Object?

Available on ProcessExecutionOptions, provided by the ProcessExecutionOptions$Typings extension

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.
getter/setter pair