From 49528fd551c58d854aaff73d66e03160c7eba5aa Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Wed, 15 Feb 2023 13:21:08 +0100 Subject: [PATCH] - fix `devcontainer` --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 94b1378..c48dab4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "features": { "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers-contrib/features/typescript:1": {} - } + }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},