Add support for environment variables #680
Labels
Feature: Configuration
Related to the --dry-run "make" invocation and settings
Feature: launch
Debug/Run
Milestone
I am working on a dynamically linked library project and it would be nice to be able to set LD_LIBRARY_PATH to a local directory prior to running or debugging the test programs. By the way, I have limited understanding of vs code plugins, so perhaps I am just missing something. In my launch.json I have something like this:
"environment": [ { "name": "LD_LIBRARY_PATH", "value": "../lib" } ],
which works to set the library path prior to executing. When I try to add the same to the settings.json makefile.launchConfigurations it does not set the environment var and the launch fails.
The text was updated successfully, but these errors were encountered: