Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Updated devcontainer sample command & name
Browse files Browse the repository at this point in the history
  • Loading branch information
xWiiLLz committed Jul 20, 2019
1 parent 2ad201f commit 2165d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/elm/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Elm (0.19.0)",
"name": "Elm",
"dockerFile": "Dockerfile",

// Uncomment the next line if you want to publish any ports.
Expand All @@ -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"
Expand Down

0 comments on commit 2165d17

Please sign in to comment.