From 5701e65fd6ca7328cd9542545f71188970605f8a Mon Sep 17 00:00:00 2001 From: zizifn3 <75520940+zizifn3@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:58:29 +0800 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b736a80..b26357f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,7 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": {}, + "features": { + "ghcr.io/devcontainers-contrib/features/deno:1": {} + }, "postCreateCommand": "npm install" }