|
16 | 16 | "extensions": [ |
17 | 17 | // basic tooling |
18 | 18 | // "eamodio.gitlens@15.5.1", |
19 | | - "coderabbit.coderabbit-vscode@0.16.1", |
| 19 | + "coderabbit.coderabbit-vscode@0.16.6", |
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.34.2025112401", |
| 23 | + "github.copilot-chat@0.36.2026010502", |
24 | 24 |
|
25 | 25 | // Python |
26 | | - "ms-python.python@2025.17.2025100201", |
27 | | - "ms-python.vscode-pylance@2025.8.3", |
| 26 | + "ms-python.python@2025.21.2026010501", |
| 27 | + "ms-python.vscode-pylance@2025.10.100", |
28 | 28 | "ms-vscode-remote.remote-containers@0.414.0", |
29 | | - "charliermarsh.ruff@2025.28.0", |
| 29 | + "charliermarsh.ruff@2025.32.0", |
30 | 30 |
|
31 | 31 | // Misc file formats |
32 | | - "bierner.markdown-mermaid@1.28.0", |
| 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.0" |
| 36 | + "esbenp.prettier-vscode@11.0.2" |
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): 99b3f7c4 # spellchecker:disable-line |
| 61 | + // Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): 69bb472f # spellchecker:disable-line |
62 | 62 | } |
0 commit comments