We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd4a60 commit 3e87e73Copy full SHA for 3e87e73
.gitpod.yml
@@ -1,4 +1,4 @@
1
-
+# For more details, please see https://www.gitpod.io/docs/references/gitpod-yml
2
tasks:
3
- init: npm install
4
command: |
@@ -11,4 +11,10 @@ ports:
11
12
vscode:
13
extensions:
14
- - svelte.svelte-vscode
+ - svelte.svelte-vscode
15
+
16
+github:
17
+ prebuilds:
18
+ master: true
19
+ branches: true
20
+ pullRequests: true
0 commit comments