From ed6065a6eacd212da37866783657bbb175ab90fb Mon Sep 17 00:00:00 2001 From: Jack Case Date: Sun, 9 Nov 2025 18:05:04 +0000 Subject: [PATCH] add sqlite feature to devcontainer for test DB --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ed27393..41f6d65 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,8 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/warrenbuckley/codespace-features/sqlite:1": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally.