From 5fb686aa118e6f589854ea5d71b6e1e5c683efe1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Jun 2026 07:47:02 +0000 Subject: [PATCH] Fix malformed copilot-cli feature reference in devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a2f2b4f..6a85519 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,7 @@ "ghcr.io/devcontainers/features/sshd:1": {}, "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers/features/copilot-cli:": {}, + "ghcr.io/devcontainers/features/copilot-cli:1": {}, "ghcr.io/devcontainers-extra/features/claude-code:2": {}, "ghcr.io/devcontainers-extra/features/opencode:1": {}, "ghcr.io/devcontainers-extra/features/npm-package:1": {