From cb3021f70f9b8c69914a9aaaf3f63dfbac6c3a54 Mon Sep 17 00:00:00 2001 From: Julius F Date: Mon, 20 Jan 2025 17:40:15 +0100 Subject: [PATCH] make devcontainer.json valid json Even though this is just an example it should be valid json. This can confuse unexperienced developers. --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2fec915..4a47bdb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,3 @@ -// More info: https://containers.dev/implementors/json_reference/ { "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye", "features": {