From ab5ff957cb1047e00a85bd08b631bf5e025afb2c Mon Sep 17 00:00:00 2001 From: BrandonStudio <55647556+BrandonStudio@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:39:01 +0800 Subject: [PATCH] Update devcontainer.json (#7064) Refs: - https://github.com/devcontainers/images/blob/main/src/typescript-node/README.md - https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6912fcd4a8..9a983d7ac3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2", + "image": "mcr.microsoft.com/devcontainers/typescript-node", "features": { - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/devcontainer-community/devcontainer-features/bun.sh:1": {} } }