Skip to content

Commit d1f72b8

Browse files
authored
Update .gitpod.yml
1 parent 6af6939 commit d1f72b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ image:
33

44
ports:
55
- port: 8080
6-
onOpen: open-browser
6+
onOpen: open-preview
77
tasks:
88
- command: >
9-
bc run:exercises;
9+
bc run:exercises -editor=gitipod;
1010
github:
1111
prebuilds:
1212
# enable for the master/default branch (defaults to true)
1313
master: true
1414
# enable for pull requests coming from this repo (defaults to true)
1515
pullRequests: false
1616
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
17-
addComment: false
17+
addComment: false

0 commit comments

Comments
 (0)