Skip to content

Commit 03fe670

Browse files
authored
Update .gitpod.yml
1 parent ad54b98 commit 03fe670

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.gitpod.yml

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
image:
22
file: .gitpod.Dockerfile
33

4-
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
54
ports:
6-
- port: 3000
7-
onOpen: open-preview
5+
- port: 3000
6+
onOpen: ignore
87

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

Comments
 (0)