We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad54b98 commit 03fe670Copy full SHA for 03fe670
.gitpod.yml
@@ -1,11 +1,19 @@
1
image:
2
file: .gitpod.Dockerfile
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
ports:
6
- - port: 3000
7
- onOpen: open-preview
+ - port: 3000
+ onOpen: ignore
8
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
+vscode:
+ extensions:
+ - learnpack.learnpack-vscode
+
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