-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature RequestdebuggerfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Description
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.Check the Milestone for the release in which the fix is or will be available.