# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". tasks: - command: yarn run watch init: yarn install && yarn run build - name: ConfigAlias command: echo 'alias pj="npx projen"' >> ~/.bashrc && echo 'alias cdk="npx cdk"' >> ~/.bashrc - name: Initialize & Configure AWS command: bash $GITPOD_REPO_ROOT/gitpod_scripts/gitpod_configure_aws.sh - name: Install DOTNET 6.0 command: bash $GITPOD_REPO_ROOT/gitpod_scripts/gitpod_configure_dotnet.sh vscode: extensions: - ms-azuretools.vscode-docker - AmazonWebServices.aws-toolkit-vscode