You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VS Code Node debugger now supports to load environment variables from a file and passes them to the node runtime.
To use this feature add an attribute envFile to your launch config and specify the absolute path to the file containing the environment variables:
Test for #14523:
Complexity: 2
The VS Code Node debugger now supports to load environment variables from a file and passes them to the node runtime.
To use this feature add an attribute
envFile
to your launch config and specify the absolute path to the file containing the environment variables:Any environment variable specified in
env
dictionary will override variables loaded from the file that have a matching name.Example for env file:
Verify that this feature works as specified.
The text was updated successfully, but these errors were encountered: