From be94e3cfda777f7ac17d537260a42f53859aaf2c Mon Sep 17 00:00:00 2001 From: William Bergeron-Drouin Date: Thu, 18 Jul 2019 05:40:32 +0000 Subject: [PATCH] Added comment for base port in devcontainer.json --- containers/elm/.devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/elm/.devcontainer/devcontainer.json b/containers/elm/.devcontainer/devcontainer.json index b9d0a1885c..7f8936f397 100644 --- a/containers/elm/.devcontainer/devcontainer.json +++ b/containers/elm/.devcontainer/devcontainer.json @@ -3,7 +3,8 @@ "dockerFile": "Dockerfile", // Uncomment the next line if you want to publish any ports. - // "appPort": [], + // 8000 is the default port used for the `elm reactor` command + //"appPort": [8000], // Uncomment the next line if you want to add in default container specific settings.json values // "settings": { "workbench.colorTheme": "Quiet Light" },