From e1095b248fdf0839370762e5a63dec6d2c754477 Mon Sep 17 00:00:00 2001 From: Yu Hu <93544261+yuhuyoyo@users.noreply.github.com> Date: Wed, 23 Apr 2025 09:55:39 -0400 Subject: [PATCH] include conda as features for vscode --- src/vscode/.devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vscode/.devcontainer.json b/src/vscode/.devcontainer.json index 9edc759..d6b6231 100644 --- a/src/vscode/.devcontainer.json +++ b/src/vscode/.devcontainer.json @@ -19,7 +19,8 @@ "version": "17" }, "ghcr.io/devcontainers/features/aws-cli:1": {}, - "ghcr.io/dhoeric/features/google-cloud-cli:1": {} + "ghcr.io/dhoeric/features/google-cloud-cli:1": {}, + "ghcr.io/devcontainers/features/conda:1": {} }, "remoteUser": "root", "customizations": {