|
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "mounts": [ |
13 | | - "source=${localEnv:HOME}${localEnv:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached", |
14 | | - "source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached", |
15 | | - "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind,consistency=cached", |
| 13 | + // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached", |
| 14 | + // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached", |
| 15 | + // "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind,consistency=cached", |
16 | 16 | // Add the paths below if you know you use them on your local machine and want them to be available in your container. |
17 | | - // |
18 | | - "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zshrc,target=/home/vscode/.zshrc,type=bind,consistency=cached", |
19 | | - "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zsh_history,target=/home/vscode/.zsh_history,type=bind,consistency=cached", |
20 | | - "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zshenv,target=/home/vscode/.zshenv,type=bind,consistency=cached", |
| 17 | + // // |
| 18 | + // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zshrc,target=/home/vscode/.zshrc,type=bind,consistency=cached", |
| 19 | + // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zsh_history,target=/home/vscode/.zsh_history,type=bind,consistency=cached", |
| 20 | + // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.zshenv,target=/home/vscode/.zshenv,type=bind,consistency=cached", |
21 | 21 | // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.kube/config,target=/home/vscode/.kube/config,type=bind,consistency=cached", |
22 | 22 | // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.kc,target=/home/vscode/.kc,type=bind,consistency=cached", |
23 | 23 | // "source=${localEnv:HOME}${localEnv:USERPROFILE}/.azure/msal_http_cache.bin,target=/home/vscode/.azure/msal_http_cache.bin,type=bind,consistency=cached", |
|
42 | 42 | "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
43 | 43 | "ghcr.io/devcontainers-contrib/features/starship:1": {}, |
44 | 44 | }, |
45 | | - "postCreateCommand": "poetry install", |
| 45 | + "postCreateCommand": "poetry install --all-extras", |
46 | 46 | "remoteUser": "vscode" |
47 | 47 | } |
0 commit comments