|
3 | 3 | "service": "devcontainer", |
4 | 4 | "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", |
5 | 5 | "features": { |
6 | | - "ghcr.io/devcontainers/features/python:1.7.1": { |
| 6 | + "ghcr.io/devcontainers/features/python:1.8.0": { |
7 | 7 | // https://github.com/devcontainers/features/blob/main/src/python/devcontainer-feature.json |
8 | 8 | "version": "3.12.7", |
9 | 9 | "installTools": false, |
|
16 | 16 | "extensions": [ |
17 | 17 | // basic tooling |
18 | 18 | // "eamodio.gitlens@15.5.1", |
19 | | - "coderabbit.coderabbit-vscode@0.16.6", |
| 19 | + "coderabbit.coderabbit-vscode@0.17.0", |
20 | 20 | "ms-vscode.live-server@0.5.2025051301", |
21 | 21 | "MS-vsliveshare.vsliveshare@1.0.5905", |
22 | 22 | "github.copilot@1.388.0", |
23 | | - "github.copilot-chat@0.36.2026010502", |
| 23 | + "github.copilot-chat@0.38.2026022001", |
24 | 24 |
|
25 | 25 | // Python |
26 | | - "ms-python.python@2025.21.2026010501", |
27 | | - "ms-python.vscode-pylance@2025.10.100", |
| 26 | + "ms-python.python@2026.2.2026021801", |
| 27 | + "ms-python.vscode-pylance@2026.1.1", |
28 | 28 | "ms-vscode-remote.remote-containers@0.414.0", |
29 | | - "charliermarsh.ruff@2025.32.0", |
| 29 | + "charliermarsh.ruff@2026.36.0", |
30 | 30 |
|
31 | 31 | // Misc file formats |
32 | 32 | "bierner.markdown-mermaid@1.29.0", |
33 | 33 | "samuelcolvin.jinjahtml@0.20.0", |
34 | 34 | "tamasfe.even-better-toml@0.19.2", |
35 | 35 | "emilast.LogFileHighlighter@3.3.3", |
36 | | - "esbenp.prettier-vscode@11.0.2" |
| 36 | + "esbenp.prettier-vscode@12.3.0" |
37 | 37 | ], |
38 | 38 | "settings": { |
39 | 39 | "editor.accessibilitySupport": "off", // turn off sounds |
|
58 | 58 | "initializeCommand": "sh .devcontainer/initialize-command.sh", |
59 | 59 | "onCreateCommand": "sh .devcontainer/on-create-command.sh", |
60 | 60 | "postStartCommand": "sh .devcontainer/post-start-command.sh" |
61 | | - // Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): 69bb472f # spellchecker:disable-line |
| 61 | + // Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): 91027588 # spellchecker:disable-line |
62 | 62 | } |
0 commit comments