chore: Add go feature to devcontainer, bump node version

This commit is contained in:
2026-06-16 21:46:51 -04:00
parent 122a4cc881
commit 6609956711
2 changed files with 22 additions and 6 deletions

View File

@@ -1,8 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/node:2.0.0": {},
"ghcr.io/devcontainers/features/node:2.1.0": {},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/jsburckhardt/devcontainer-features/just:1": {},
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
"ghcr.io/devcontainers/features/node:2": {},
"ghcr.io/devcontainers-community/npm-features/typescript:1": {}
}
}