Skip to content

Instantly share code, notes, and snippets.

@phelewski
Created May 12, 2020 14:46
Embed
What would you like to do?
Visual Studios Code Remote - Container Blog | Example Container ENV Variables
"containerEnv": {
"CUSTOM_VAR": "custom-variable-value",
"DYNAMIC_VAR": "${localEnv:LOCAL_VARIABLE}"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment