Skip to content

no environment file support for MSVC debug configuration #3490

@kejxu

Description

@kejxu

Type: Debugger

for a common launch configuration:

{
    "name": "(msvc) Launch",
    "type": "cppvsdbg",
    "request": "launch",
    "program": "${workspaceFolder}/out.exe",
    "args": [],
    "stopAtEntry": true,
    "cwd": "${workspaceFolder}",
    "environment": [],
    "externalConsole": false
}

is there any plan to add support for environment variable definitions file (similar concept in python debugger) aside from the current environment key-value list?

Metadata

Metadata

Assignees

Labels

Feature RequestdebuggerfixedCheck the Milestone for the release in which the fix is or will be available.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions