Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always inherit environment when launching external terminal (#1340)
Follow up to #1318 The intention of that change was to honor environment variables sent by the debug adapter, but it also unintentionally changed behavior to no longer inherit the parent environment if no `env` option was provided by the debug adapter. This fixes it, so that: - No `env` provided: Use parent environment - `env` provided: Merge with parent environment. (`env` having higher priority)
- Loading branch information