From 4b4204a07ba8adda3abf72456ba27d6fa96b82ed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:24:10 +0000 Subject: [PATCH 1/2] Initial plan From 19a55199843efca9576a7b5c0b244e12fd3d526a Mon Sep 17 00:00:00 2001 From: Aety Date: Tue, 16 Sep 2025 03:58:02 -0400 Subject: [PATCH 2/2] Add initial devcontainer configuration --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..39bbd2681d --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}