Renamed to include elm's version

This commit is contained in:
William Bergeron-Drouin 2019-07-17 22:50:27 -07:00
Родитель be94e3cfda
Коммит 8b90b312b5
16 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "Elm",
"name": "Elm (0.19.0)",
"dockerFile": "Dockerfile",
// Uncomment the next line if you want to publish any ports.

Просмотреть файл

Просмотреть файл

@ -1,4 +1,4 @@
# Elm
# Elm (0.19.0)
## Summary
@ -23,7 +23,7 @@ This definition does not require any special steps to use. Just follow these ste
3. To use latest-and-greatest copy of this definition from the repository:
1. Clone this repository.
2. Copy the contents of `containers/elm/.devcontainer` to the root of your project folder.
2. Copy the contents of `containers/elm-0.19.0/.devcontainer` to the root of your project folder.
3. Start VS Code and open your project folder.
4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
@ -37,7 +37,7 @@ This definition includes some test code that will help you verify it is working
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
2. Clone this repository.
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
4. Select the `containers/elm` folder.
4. Select the `containers/elm-0.19.0` folder.
5. After the folder has opened in the container, open a terminal in the `test-project` folder (`cd test-project/`) and run the following command: `elm reactor`
6. Once the project is running, press <kbd>F1</kbd> and select **Remote-Containers: Forward Port from Container...**
7. Select port 8000 and click the "Open Browser" button in the notification that appears.

Просмотреть файл