From 34b983fd9f1cf92de55757456e826c2df18669f6 Mon Sep 17 00:00:00 2001 From: Pammy12 <129231067+Pjrich1313@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:56:16 -0600 Subject: [PATCH 1/2] Integrate ActiveStorage feature into devcontainer --- .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..6c7903a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}"ghcr.io/rails/devcontainer/features/activestorage:1": {} From 66ae41d20f17b6c7fab8a3ff3721705c19ff05cf Mon Sep 17 00:00:00 2001 From: Pammy12 <129231067+Pjrich1313@users.noreply.github.com> Date: Sun, 22 Feb 2026 09:23:48 -0600 Subject: [PATCH 2/2] Update .devcontainer/devcontainer.json with new dev container configuration. --- .devcontainer/devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6c7903a..07d9af3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,6 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": {} -}"ghcr.io/rails/devcontainer/features/activestorage:1": {} + "features": { + "ghcr.io/rails/devcontainer/features/activestorage:1": {} + } +} \ No newline at end of file