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.