From f4957be5fcaddcff387cccfd87f1612955a86e98 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Thu, 27 Feb 2020 15:39:33 +0100 Subject: [PATCH] Revert test change --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 85815d5..86bfbbd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ // Specifies a command that should be run after the container has been created. "postCreateCommand": "yarn install", - "initializeCommand": "echo INIT called", + // Add the IDs of extensions you want installed when the container is created in the array below. "extensions": [ "dbaeumer.vscode-eslint"