From 2f127a2f2f6a0f72a2979da19620fc95a08b067c Mon Sep 17 00:00:00 2001 From: Xin Date: Thu, 4 Apr 2024 22:56:04 +0200 Subject: [PATCH] chore: revert adding homebrew to devcontainer * bloat up the image size and increase the cold start time [skip ci] --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 042abd6..304519e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,8 +5,7 @@ "extended": true, "version": "0.124.1" }, - "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {} + "ghcr.io/devcontainers/features/node:1": {} }, "customizations": { "vscode": {