We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env config in launch debug mode is not respected.
Add a launch config in launch.json and env block "env" : { "EdgeHubConnectionString": "aaa", "EdgeModuleCACertificateFile": "bbbb" }
Debug the program. The env variables could not be got.
env config in launch debug mode is not respected.
Environment
Steps To Reproduce
Add a launch config in launch.json and env block
"env" : {
"EdgeHubConnectionString": "aaa",
"EdgeModuleCACertificateFile": "bbbb"
}
Debug the program. The env variables could not be got.