|
1 | 1 | { |
| 2 | + "hostRequirements": { |
| 3 | + "cpus": 2, |
| 4 | + "memory": "4gb" |
| 5 | + }, |
2 | 6 | "dockerComposeFile": "docker-compose.yml", |
3 | 7 | "service": "devcontainer", |
4 | 8 | "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", |
|
22 | 26 | "ms-vscode.live-server@0.5.2025051301", |
23 | 27 | "MS-vsliveshare.vsliveshare@1.0.5905", |
24 | 28 | "github.copilot@1.388.0", |
25 | | - "github.copilot-chat@0.38.2026022704", |
26 | | - "anthropic.claude-code@2.1.74", |
| 29 | + "github.copilot-chat@0.42.2026032602", |
| 30 | + "anthropic.claude-code@2.1.84", |
27 | 31 |
|
28 | 32 | // Python |
29 | | - "ms-python.python@2026.2.2026021801", |
30 | | - "ms-python.vscode-pylance@2026.1.1", |
| 33 | + "ms-python.python@2026.5.2026032701", |
| 34 | + "ms-python.vscode-pylance@2026.1.102", |
31 | 35 | "ms-vscode-remote.remote-containers@0.414.0", |
32 | | - "charliermarsh.ruff@2026.36.0", |
| 36 | + "charliermarsh.ruff@2026.38.0", |
33 | 37 |
|
34 | 38 | // Misc file formats |
35 | 39 | "bierner.markdown-mermaid@1.29.0", |
36 | 40 | "samuelcolvin.jinjahtml@0.20.0", |
37 | 41 | "tamasfe.even-better-toml@0.19.2", |
38 | 42 | "emilast.LogFileHighlighter@3.3.3", |
39 | | - "esbenp.prettier-vscode@12.3.0" |
| 43 | + "esbenp.prettier-vscode@12.4.0" |
40 | 44 | ], |
41 | 45 | "settings": { |
42 | 46 | "editor.accessibilitySupport": "off", // turn off sounds |
|
61 | 65 | "initializeCommand": "sh .devcontainer/initialize-command.sh", |
62 | 66 | "onCreateCommand": "sh .devcontainer/on-create-command.sh", |
63 | 67 | "postStartCommand": "sh .devcontainer/post-start-command.sh" |
64 | | - // Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): c4997eda # spellchecker:disable-line |
| 68 | + // Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): d77a3ff3 # spellchecker:disable-line |
65 | 69 | } |
0 commit comments