From 2165d17c43709799143e24901583ea1c2f1bd26f Mon Sep 17 00:00:00 2001 From: William Bergeron-Drouin Date: Sat, 20 Jul 2019 10:35:46 -0700 Subject: [PATCH] Updated devcontainer sample command & name --- containers/elm/.devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/elm/.devcontainer/devcontainer.json b/containers/elm/.devcontainer/devcontainer.json index bff95316ab..03e781e425 100644 --- a/containers/elm/.devcontainer/devcontainer.json +++ b/containers/elm/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Elm (0.19.0)", + "name": "Elm", "dockerFile": "Dockerfile", // Uncomment the next line if you want to publish any ports. @@ -10,7 +10,7 @@ // "settings": { "workbench.colorTheme": "Quiet Light" }, // Uncomment the next line to run commands after the container is created. - // "postCreateCommand": "yarn install", + // "postCreateCommand": "elm make", "extensions": [ "sbrink.elm"