Skip to content

environment file and variables don't work #1563

Open
@Greeley

Description

@Greeley
            "envFile": "${workspaceFolder}/.vscode/.env",
            "vmargs": [ 
                "-Xmx512M",
                "-DprojectCode=${env:projectCode}",

there is a projectCode=x line in the .env file so I expect the command to be run to contain -DprojectCode=x instead it gives -DprojectCode= which means my tests don't run.

This happens for every single environment variable I have.

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