From 7f1eca956345b5d271a7acb425171e30dfe94950 Mon Sep 17 00:00:00 2001 From: QXYang686 Date: Sat, 14 Feb 2026 23:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=AE=B9=E5=99=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE-=E5=88=9D=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- universal-base/.devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/universal-base/.devcontainer/devcontainer.json b/universal-base/.devcontainer/devcontainer.json index 3483f43..e539475 100644 --- a/universal-base/.devcontainer/devcontainer.json +++ b/universal-base/.devcontainer/devcontainer.json @@ -27,6 +27,10 @@ }, "./local-features/setup-user": "latest", }, + "overrideFeatureInstallOrder": [ + "ghcr.io/devcontainers/features/python:1", + "ghcr.io/devcontainers/features/anaconda:1", + ], // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code.