Vscode-cpptools: no environment file support for MSVC debug configuration

Created on 19 Apr 2019  Â·  4Comments  Â·  Source: microsoft/vscode-cpptools

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?

Feature Request debugger fixed (release pending)

All 4 comments

Thanks for updating on this @pieandcakes! We are currently staffing at //build, and will be testing this fix out afterwards. Would you want us to close this issue once we verify the fix?

@kejxu We will close once we ship the official release. I closed it prematurely.

@kejxu 0.23.0 shipped yesterday with the fix. If there's an issue still we could re-open this.

Was this page helpful?
0 / 5 - 0 ratings