Skip to content

Allow the addition of Environment Variables to PowerShell Exe configuration #1472

@rjmholt

Description

@rjmholt

See #1288 (comment) for the proposal.

The suggested form is:

"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...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions