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
sed -i "1s|^|// DO NOT EDIT: generated from ${DEVCONTAINER_CONFIG_PATH}.template on startup; edits will be overwritten.\n|""${DEVCONTAINER_CONFIG_PATH}"
57
58
if [[ -f"${DEVCONTAINER_DOCKER_COMPOSE_PATH}" ]];then
58
59
if [[ !-f"${DEVCONTAINER_DOCKER_COMPOSE_PATH}.template" ]];then
sed -i "1s|^|# DO NOT EDIT: generated from ${DEVCONTAINER_DOCKER_COMPOSE_PATH}.template on startup; edits will be overwritten.\n|""${DEVCONTAINER_DOCKER_COMPOSE_PATH}"
63
65
fi
64
66
65
67
# Copy devcontainer post-startup scripts into the devcontainer folder so they
0 commit comments