People are now expected to actually set two environment variables with their Git name and e-mail adres. See if you can find another way to get this easier. There must be something in the Devcontainer features to get that working easier/simpler?
Replace this part?
"GIT_USER_NAME": "${localEnv:GIT_USER_NAME}",
"GIT_USER_EMAIL": "${localEnv:GIT_USER_EMAIL}"
People are now expected to actually set two environment variables with their Git name and e-mail adres. See if you can find another way to get this easier. There must be something in the Devcontainer features to get that working easier/simpler?
Replace this part?