|
1 | 1 | image:
|
2 | 2 | file: .gitpod.Dockerfile
|
3 | 3 |
|
4 | | -# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/ |
5 | 4 | ports:
|
6 | | - - port: 3000 |
7 | | - onOpen: open-preview |
| 5 | + - port: 3000 |
| 6 | + onOpen: ignore |
8 | 7 |
|
9 | | -# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/ |
10 | | -tasks: |
11 | | - - command: bc run |
| 8 | +vscode: |
| 9 | + extensions: |
| 10 | + - learnpack.learnpack-vscode |
| 11 | + |
| 12 | +github: |
| 13 | + prebuilds: |
| 14 | + # enable for the master/default branch (defaults to true) |
| 15 | + master: true |
| 16 | + # enable for pull requests coming from this repo (defaults to true) |
| 17 | + pullRequests: false |
| 18 | + # add a "Review in Gitpod" button as a comment to pull requests (defaults to true) |
| 19 | + addComment: false |
0 commit comments