|
6 | 6 | "image": "mcr.microsoft.com/devcontainers/base:debian", |
7 | 7 | "features": { |
8 | 8 | "ghcr.io/devcontainers-extra/features/mkdocs:2": {}, |
9 | | - "ghcr.io/devcontainers/features/python:1":{} |
10 | | - }, |
| 9 | + "ghcr.io/devcontainers/features/python:1":{}, |
| 10 | + "ghcr.io/devcontainers/features/git:1": {} |
| 11 | + }, |
11 | 12 | "postCreateCommand": [ |
12 | | - "pip3 install --user -r requirements.txt", |
13 | | - //"pip3 install --user first-agentic-csa", |
14 | | - "curl -fsSL https://claude.ai/install.sh | bash" |
| 13 | + "pip install -r requirements.txt && curl -fsSL https://claude.ai/install.sh | bash" |
15 | 14 | ], |
16 | 15 | "customizations": { |
17 | 16 | "vscode": { |
18 | 17 | "extensions": [ |
19 | 18 | "main-branch.mkdocs-snippet-lens", |
20 | 19 | "aikebang.mkdocs-syntax-highlight", |
21 | 20 | "ytianle.mkdocs-material-linter", |
22 | | - "anthropic.claude-vscode" |
| 21 | + "Anthropic.claude-code" |
23 | 22 | ] |
24 | 23 | } |
25 | 24 | }, |
26 | 25 | "mounts": [ |
27 | | - "source=${localWorkspaceFolder}/../../.claude,target=/home/vscode/.claude,type=bind,consistency=cached", |
28 | | - "source=${localWorkspaceFolder}/../../.claude.json,target=/home/vscode/.claude.json,type=bind,consistency=cached" |
| 26 | + "source=${localWorkspaceFolder}/../../../.claude,target=/home/vscode/.claude,type=bind,consistency=cached", |
| 27 | + "source=${localWorkspaceFolder}/../../../.claude.json,target=/home/vscode/.claude.json,type=bind,consistency=cached" |
29 | 28 | ] |
30 | 29 | // Features to add to the dev container. More info: https://containers.dev/features. |
31 | 30 | // "features": {}, |
|
0 commit comments