From d79a9774480032f4c3d0e60555fe149afefb3f23 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:04:53 +0000 Subject: [PATCH 1/2] Initial plan From 39384cabbb95c178919e1901dd5eeff6d46e3e7f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:09:10 +0000 Subject: [PATCH 2/2] Clean and update devcontainer.json features Agent-Logs-Url: https://github.com/Azure/awesome-azd/sessions/37ac2462-7af8-4f2d-af5e-0e0a0b0efbaa Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --- .devcontainer/devcontainer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1e1f284f1..63d0b7e90 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,9 +2,9 @@ "name": "Awesome AZD", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/devcontainers/features/git:1": {}, + "ghcr.io/devcontainers/features/node:1": { + "version": "24" + }, "ghcr.io/devcontainers/features/github-cli:1": {} }, "customizations": { @@ -15,5 +15,6 @@ "eamodio.gitlens" ] } - } + }, + "postCreateCommand": "cd website && npm ci" } \ No newline at end of file