From 375f12ca89b623f6aa59f1f5208e2c8e63170b95 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 27 Aug 2025 16:41:31 -0700 Subject: [PATCH] Drop explicit tool installation in the dev container (GH-138211) This is now handled upstream in the dev container image itself. (cherry picked from commit d910b93f786982a11d7d6b7562716c2f50513f00) Co-authored-by: Brett Cannon --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 64c85c1101e6e6..2e6d91669d576d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,9 +5,6 @@ "dnf", "install", "-y", - "which", - "zsh", - "fish", // For umask fix below. "/usr/bin/setfacl" ],