Skip to content

Resolve standard VS Code variables in "terminal.integrated.env.*" #34337

@rongduan-zhu

Description

@rongduan-zhu
  • VSCode Version: 1.15.1
  • OS Version: macOS Sierra 10.12.6

Steps to Reproduce:

  1. Update workspace settings to something like
{
  "terminal.integrated.env.osx": {
    "PATH": "/home"
  }
}
  1. Now open Terminal and look at PATH
echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/home

On Windows, having the same setting will not result in the current PATH being prepended, but instead, just setting the path to whatever is defined in terminal.integrated.env.*

Reproduces without extensions: Yes

Metadata

Metadata

Labels

feature-requestRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesterminalGeneral terminal issues that don't fall under another labelverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions