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
Issue:
I am looking for ways to load a .env file into debugger environment.
launch.json provides an env section, where you can define such variables. In typical use cases, launch.json is being version controlled though, forbidding adding sensitive data, such as api keys.
Expectation:
It would be really helpful, if there was a syntax like the following example:
"env" : "${workspaceRoot}.env"
Not sure where to mention that, this is a FEATURE REQUEST.