|
1 | 1 | {
|
2 |
| - "postCreateCommand": "make post-create", |
3 |
| - "postStartCommand": "make post-start", |
4 | 2 | "remoteUser": "vscode",
|
5 | 3 | "customizations": {
|
6 | 4 | "vscode": {
|
|
9 | 7 | "python.pythonPath": "/usr/local/bin/python"
|
10 | 8 | },
|
11 | 9 | "extensions": [
|
12 |
| - "ms-python.python", |
13 | 10 | "mutantdino.resourcemonitor",
|
14 |
| - "github.copilot", |
15 |
| - "github.copilot-chat" |
16 | 11 | ]
|
17 | 12 | }
|
18 | 13 | },
|
|
31 | 26 | "version": "1.6.2"
|
32 | 27 | },
|
33 | 28 | "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
34 |
| - "ghcr.io/devcontainers-contrib/features/kind:1": {}, |
35 | 29 | "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
|
36 |
| - "version": "1.25.6" |
| 30 | + "helm": "3.14.0", |
| 31 | + "version": "1.27" |
37 | 32 | },
|
38 | 33 | "ghcr.io/rio/features/k3d:1": {},
|
39 | 34 | "ghcr.io/devcontainers-contrib/features/terraform-docs:1": {
|
|
47 | 42 | "ghcr.io/devcontainers-contrib/features/argo-cd:1": {
|
48 | 43 | },
|
49 | 44 | },
|
50 |
| - "mounts": [ |
51 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached", |
52 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached", |
53 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached", |
54 |
| - // "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind,consistency=cached", |
55 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zsh_history,target=/home/vscode/.zsh_history,type=bind,consistency=cached", |
56 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zshrc,target=/home/vscode/.zshrc,type=bind,consistency=cached", |
57 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zshenv,target=/home/vscode/.zshenv,type=bind,consistency=cached", |
58 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.terraform.d,target=/home/vscode/.terraform.d,type=bind,consistency=cached", |
59 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.azure,target=/home/vscode/.azure,type=bind,consistency=cached", |
60 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.config/infracost,target=/home/vscode/.config/infracost,type=bind,consistency=cached", |
61 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.config/gcloud,target=/home/vscode/.config/gcloud,type=bind,consistency=cached", |
62 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.config/starship.toml,target=/home/vscode/.config/starship.toml,type=bind,consistency=cached", |
63 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.kube,target=/home/vscode/.kube,type=bind,consistency=cached", |
64 |
| - // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached", |
65 |
| - ] |
66 | 45 | }
|
0 commit comments