From fbd028209ebdc9f4aa5b07741b2571de0d56e8ff Mon Sep 17 00:00:00 2001 From: Daytona39264 Date: Fri, 24 Oct 2025 18:28:36 -0400 Subject: [PATCH 1/2] Add devcontainer configuration file --- .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 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +} From 1407684e0d5d290e40f1a3a1e966646e72b03f8b Mon Sep 17 00:00:00 2001 From: Daytona39264 Date: Wed, 5 Nov 2025 03:43:11 -0500 Subject: [PATCH 2/2] Update devcontainer.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 39bbd26..8722d57 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,3 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": {} + "image": "mcr.microsoft.com/devcontainers/universal:2" }