From d66f8dc0f81e724920514411f2e07f0b49c74752 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 27 Aug 2025 16:13:51 -0700 Subject: [PATCH] Drop explicit tool installation in the dev container This is now handled upstream in the dev container image itself. --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2720ac30e1cc6a..fb11c82bb96d9c 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" ],