plugins.dap.adapters.executables.<name>.options.cwd
Set the working directory for the command.
Type: null or string
Default:
null
plugins.dap.adapters.executables.<name>.options.detached
Start the debug adapter in a detached state.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
plugins.dap.adapters.executables.<name>.options.env
Set the environment variables for the command.
Type: null or (attribute set)
Default:
null