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?
Should be fixed with 0.23.0-insiders2: https://github.com/Microsoft/vscode-cpptools/releases/tag/0.23.0-insiders2
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.