${containerEnv:ENV_VAR:default_value}
not working
#7121
Labels
candidate
Issue identified as probable candidate for fixing in the next release
containers
Issue in vscode-remote containers
verified
Verification succeeded
Milestone
Testing #7100
"postCreateCommand": "echo XXX ${localEnv:PATH:NO_PATH} ${localEnv:PATH1:NO_PATH1}",
change
localEnv
tocontainerEnv
:"postCreateCommand": "echo XXX ${containerEnv:PATH:NO_PATH} ${containerEnv:PATH1:NO_PATH1}",
The text was updated successfully, but these errors were encountered: