forked from gitpod-io/gitpod
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitpod.yml
69 lines (69 loc) · 1.77 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
image:
file: dev/image/Dockerfile
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
# VNC
- port: 5900
onOpen: ignore
# noVNC
- port: 6080
onOpen: ignore
# Werft
- port: 7777
onOpen: ignore
- port: 9229
onOpen: ignore
# Go proxy
- port: 9999
onOpen: ignore
- port: 13001
onOpen: ignore
# Dev Theia
- port: 13444
# Used when using port-forwarding to SSH to preview environment VMs
- port: 8022
onOpen: ignore
tasks:
- name: Java
init: |
leeway exec --package components/supervisor-api/java:lib --package components/gitpod-protocol/java:lib -- ./gradlew --build-cache build
leeway exec --package components/ide/jetbrains/backend-plugin:plugin --package components/ide/jetbrains/gateway-plugin:publish --parallel -- ./gradlew --build-cache buildPlugin
- before: |
scripts/setup-aws.sh
export LEEWAY_WORKSPACE_ROOT=/workspace/gitpod
init: |
cd platform-specific && ./build.sh && cd ..
./components/gitpod-protocol/go/scripts/generate-config.sh
go work sync
leeway exec --filter-type go -v -- go mod verify
yarn --network-timeout 100000
vscode:
extensions:
- EditorConfig.EditorConfig
- golang.go
- hangxingliu.vscode-nginx-conf-hint
- zxh404.vscode-proto3
- ms-kubernetes-tools.vscode-kubernetes-tools
- hashicorp.terraform
- stkb.rewrap
- matthewpi.caddyfile-support
- heptio.jsonnet
- timonwong.shellcheck
- fwcd.kotlin
- dbaeumer.vscode-eslint
- esbenp.prettier-vscode
jetbrains:
goland:
prebuilds:
version: stable