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.