forked from gitpod-io/gitpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
45 lines (45 loc) · 1.21 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pluggable-workspace-cluster.9
workspaceLocation: gitpod/gitpod-ws.code-workspace
checkoutLocation: gitpod
ports:
- port: 1337
onOpen: open-preview
- port: 3000
onOpen: ignore
- port: 3001
onOpen: ignore
- port: 3306
onOpen: ignore
- port: 4000
onOpen: ignore
- port: 5900
onOpen: ignore
- port: 6080
onOpen: ignore
- port: 9229
onOpen: ignore
# Go proxy
- port: 9999
onOpen: ignore
- port: 13001
onOpen: ignore
# Werft
- port: 7777
onOpen: ignore
# Dev Theia
- port: 13444
tasks:
- before: scripts/branch-namespace.sh
init: yarn --network-timeout 100000 && yarn build
- name: Go
init: leeway exec --filter-type go -v -- go mod download
openMode: split-right
vscode:
extensions:
- [email protected]:UATTe2sTFfCYWQ3jw4IRsw==
- [email protected]:ZnPmyF/Pb8AIWeCqc83gPw==
- [email protected]:j58HdmA0K7d9a9sEkogZNw==
- [email protected]:uXdjV53wtoTevFK6HOh3pQ==
- [email protected]:QEP7gdWtMuY+j8RZ5OLDkA==
- [email protected]:yEx8nRSXlfXAHqsbkTJpdA==
- [email protected]:Z3iqHRuIxskc0nruY4MpEQ==