From 03253afabe8d223131c011995ef2e1b36cf96ba3 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 22 Nov 2022 14:11:24 +0000 Subject: [PATCH] The repo & package for the SQLite DevContainer feature has moved after I renamed the repo --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1952c52d02b6..eef2999b8b7c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,7 @@ // Adds SQLite feature from apt install // Also adds the SQLite VSCode extension - "ghcr.io/warrenbuckley/sqlite-codespace-feature/sqlite:1": {} + "ghcr.io/warrenbuckley/codespace-features/sqlite:1": {} }, // Add the IDs of extensions you want installed when the container is created.