From 1acf3c9a6559d4574c0bee00a333023331fc051d Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 7 Aug 2019 15:52:21 -0700 Subject: [PATCH] Fix invalid json --- .devcontainer/devcontainer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e18e52..2523cd7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,5 +16,3 @@ // update Dockerfile with your user's UID/GID if not 1000. "runArgs": [ "-u", "vscode" ] } - -}