diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2f67200fca..48745c6f41 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,15 +7,19 @@ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": { "moby": true, "installDockerBuildx": true, + "installDockerComposeSwitch": true, "version": "latest", "dockerDashComposeVersion": "v2" }, "ghcr.io/devcontainers/features/node:1": { "nodeGypDependencies": true, "installYarnUsingApt": true, - "version": "latest", + "version": "lts", "pnpmVersion": "latest", "nvmVersion": "latest" + }, + "ghcr.io/devcontainers/features/go:1": { + "version": "latest" } }, "postCreateCommand": "make install-ui && make install",