I have a shell script which sets up various environment variables for debugging, this script is generated automatically by our pre build tool. It also conditionally sets variables depending on the chosen configuration
Is it possible to set up the environment used for debugging (in launch.json) from this shell script, rather than explicitly setting variables with the "environment" key?
I have a shell script which sets up various environment variables for debugging, this script is generated automatically by our pre build tool. It also conditionally sets variables depending on the chosen configuration
Is it possible to set up the environment used for debugging (in
launch.json) from this shell script, rather than explicitly setting variables with the "environment" key?