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.
And you can enable it like so: