From c8cc8acc81104056d0978259af9e550c06b1581f Mon Sep 17 00:00:00 2001
From: Franck Nijhof <git@frenck.dev>
Date: Fri, 13 Dec 2019 12:41:56 +0100
Subject: [PATCH] Fixes invalid JSON syntax in devcontainer (#29911)

---
 .devcontainer/devcontainer.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 5bfd37fab36..7b56b66d0b5 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,4 +1,3 @@
-// See https://aka.ms/vscode-remote/devcontainer.json for format details.
 {
   "name": "Home Assistant Dev",
   "context": "..",
-- 
GitLab