# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".

image:
  file: .gitpod.Dockerfile
tasks:
  - name: install package and check zsh and zsh plugin
    init: |-
      yarn gitpod:prebuild
      sudo chmod +x ./.gitpod/oh-my-zsh.sh && ./.gitpod/oh-my-zsh.sh
  - name: change default shell to zsh and start zsh shell
    command: sudo chsh -s $(which zsh) && zsh
github:
  prebuilds:
    addCheck: true
    addBadge: true
    addLabel: true
    branches: true
    pullRequests: true
    pullRequestsFromForks: true
vscode:
  extensions:
    - dbaeumer.vscode-eslint
