Skip to content

Commit 1a61213

Browse files
authored
Update .gitpod.yml
1 parent 2771af1 commit 1a61213

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.gitpod.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
12
image:
23
file: .gitpod.Dockerfile
34

45
ports:
56
- port: 3000
6-
onOpen: open-preview
7-
tasks:
8-
- command: >
9-
bc run;
7+
onOpen: ignore
8+
9+
vscode:
10+
extensions:
11+
- learnpack.learnpack-vscode
12+
1013
github:
1114
prebuilds:
1215
# enable for the master/default branch (defaults to true)

0 commit comments

Comments
 (0)