.gitpod.yml 472 B

12345678910111213141516171819
  1. image:
  2. file: .gitpod.Dockerfile
  3. ports:
  4. - port: 3000
  5. onOpen: ignore
  6. vscode:
  7. extensions:
  8. - learnpack.learnpack-vscode
  9. github:
  10. prebuilds:
  11. # enable for the master/default branch (defaults to true)
  12. master: true
  13. # enable for pull requests coming from this repo (defaults to true)
  14. pullRequests: false
  15. # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
  16. addComment: false