diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e08356c0b..ebc13f5b12 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,12 +1,21 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/universal +// README at: https://github.com/devcontainers/templates/tree/main/src/go { "name": "TypeScript Compiler Development", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/universal:2-linux", - + "image": "mcr.microsoft.com/devcontainers/go:2-1.25-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, + "features": { + "ghcr.io/devcontainers/features/node:1": { + "version": "lts", + "pnpmVersion": "latest", + "nvmVersion": "latest" + }, + "ghcr.io/devcontainers-extra/features/dprint-asdf:2": { + "version": "latest" + }, + "ghcr.io/devcontainers/features/rust:1": {} + }, // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],