|
1 | 1 | {
|
2 |
| - "name": "gitpod", |
3 |
| - "build": { |
4 |
| - "context": "..", |
5 |
| - "dockerfile": "./Dockerfile" |
6 |
| - }, |
7 |
| - "workspaceMount": "source=${localWorkspaceFolder},target=/workspace/gitpod,type=bind", |
8 |
| - "workspaceFolder": "/workspace/gitpod/", |
9 |
| - "postCreateCommand": "dev/install-dependencies.sh", |
10 |
| - "mounts": [ |
11 |
| - "source=/usr/local/gitpod/config/,target=/usr/local/gitpod/config/,type=bind" |
12 |
| - ], |
13 |
| - "remoteEnv": { |
14 |
| - "GIT_EDITOR": "code --wait", |
15 |
| - "KUBE_EDITOR": "code --wait" |
16 |
| - }, |
17 |
| - "features": { |
18 |
| - "ghcr.io/devcontainers/features/docker-in-docker:2": { |
19 |
| - "installDockerComposeSwitch": false |
20 |
| - } |
21 |
| - }, |
22 |
| - "customizations": { |
23 |
| - "vscode": { |
24 |
| - "extensions": [ |
25 |
| - "EditorConfig.EditorConfig", |
26 |
| - "golang.go", |
27 |
| - "hashicorp.terraform", |
28 |
| - "ms-azuretools.vscode-docker", |
29 |
| - "ms-kubernetes-tools.vscode-kubernetes-tools", |
30 |
| - "stkb.rewrap", |
31 |
| - "zxh404.vscode-proto3", |
32 |
| - "matthewpi.caddyfile-support", |
33 |
| - "timonwong.shellcheck", |
34 |
| - "fwcd.kotlin", |
35 |
| - "dbaeumer.vscode-eslint", |
36 |
| - "esbenp.prettier-vscode", |
37 |
| - "hbenl.vscode-mocha-test-adapter" |
38 |
| - ] |
39 |
| - } |
| 2 | + "name": "gitpod", |
| 3 | + "build": { |
| 4 | + "context": "..", |
| 5 | + "dockerfile": "./Dockerfile" |
| 6 | + }, |
| 7 | + "features": { |
| 8 | + "ghcr.io/devcontainers/features/docker-in-docker:2": {} |
| 9 | + }, |
| 10 | + "workspaceFolder": "/workspace/gitpod", |
| 11 | + "workspaceMount": "source=${localWorkspaceFolder},target=/workspace/gitpod,type=bind", |
| 12 | + "mounts": [ |
| 13 | + "source=/usr/local/gitpod/config/,target=/usr/local/gitpod/config/,type=bind" |
| 14 | + ], |
| 15 | + "remoteEnv": { |
| 16 | + "GIT_EDITOR": "code --wait", |
| 17 | + "KUBE_EDITOR": "code --wait" |
| 18 | + }, |
| 19 | + "customizations": { |
| 20 | + "vscode": { |
| 21 | + "extensions": [ |
| 22 | + "EditorConfig.EditorConfig", |
| 23 | + "golang.go", |
| 24 | + "hashicorp.terraform", |
| 25 | + "ms-azuretools.vscode-docker", |
| 26 | + "ms-kubernetes-tools.vscode-kubernetes-tools", |
| 27 | + "stkb.rewrap", |
| 28 | + "zxh404.vscode-proto3", |
| 29 | + "matthewpi.caddyfile-support", |
| 30 | + "timonwong.shellcheck", |
| 31 | + "fwcd.kotlin", |
| 32 | + "dbaeumer.vscode-eslint", |
| 33 | + "esbenp.prettier-vscode", |
| 34 | + "hbenl.vscode-mocha-test-adapter" |
| 35 | + ] |
40 | 36 | }
|
| 37 | + } |
41 | 38 | }
|
0 commit comments