From 352e8f4b2b62c22a5100adf1c65540cc65473965 Mon Sep 17 00:00:00 2001 From: avondenstein0216-GPT Date: Thu, 6 Nov 2025 02:11:07 -0600 Subject: [PATCH] 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 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}