We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profile.environment
And you can enable it like so:
The profile's environment completely replaces the one specified in defaults. So if you've got: "defaults": { "environment": { "Foo": "Bar" } }, "list": [ { "name": "PowerShell", "environment": { "Baz": "Qux" } } ] Your PowerShell profile will get Baz=Qux and your cmd profile will get Foo=Bar.
The profile's environment completely replaces the one specified in defaults.
So if you've got:
"defaults": { "environment": { "Foo": "Bar" } }, "list": [ { "name": "PowerShell", "environment": { "Baz": "Qux" } } ]
Your PowerShell profile will get Baz=Qux and your cmd profile will get Foo=Bar.
Baz=Qux
Foo=Bar
The text was updated successfully, but these errors were encountered:
zadjii-msft
No branches or pull requests
And you can enable it like so:
The text was updated successfully, but these errors were encountered: