image: file: .gitpod.Dockerfile tasks: # Install packages, preloads user's librc in its base64-encoded form and decode back to ~/.librc - init: | npm install command: | eval $(gp env -e) if [[ $STDLIBRC != "" ]]; then echo $STDLIBRC | base64 -d | tee ~/.librc >> /dev/null fi npm run dev vscode: extensions: - GitLab.gitlab-workflow - exiasr.hadolint