See https://github.com/PowerShell/vscode-powershell/issues/1288#issuecomment-387255899 for the proposal. The suggested form is: ```json "powershell.powerShellAdditionalExePaths": [ { "versionName": "with-xterm-env-var", "exePath": "pwsh", "env": { "TERM": "xterm" } } ] ``` This would require some input sanitisation to ensure the environment variables aren't an override...