From e1f522c8d1a3fa68b01a25b93ec86c0b36c8ae90 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Thu, 8 Aug 2024 17:31:04 -0400 Subject: [PATCH] Include all features in ci devcontainer --- .github/.devcontainer/devcontainer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/.devcontainer/devcontainer.json b/.github/.devcontainer/devcontainer.json index 639f342..5713a2f 100644 --- a/.github/.devcontainer/devcontainer.json +++ b/.github/.devcontainer/devcontainer.json @@ -12,7 +12,11 @@ "version": "latest", "ppa": "false" }, - "./features/ruby": {} + "./features/ruby": {}, + "./features/activestorage": {}, + "./features/postgres-client": {}, + "./features/mysql-client": {}, + "./features/sqlite3": {} }, // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode"