From 2819dc9329eec13c925e0c80acf0dc082698e337 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Thu, 27 Feb 2020 15:34:04 +0100 Subject: [PATCH] Test change --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a019a3c..85815d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,9 +17,9 @@ // 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" ] -} \ No newline at end of file +}