From 5dc533846a8703feab28b42c05954e3dd41fc0cc Mon Sep 17 00:00:00 2001 From: Michael Lim Date: Thu, 28 Mar 2024 05:12:49 +0800 Subject: [PATCH] Added missing , --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cbe5976c..539c7caa 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ // Options "CLOJURE_VERSION": "1.10.3" } - } + }, // Configure tool-specific properties. "customizations": {