This commit is contained in:
William Bergeron-Drouin 2019-07-20 10:33:26 -07:00
Родитель 8b90b312b5
Коммит 1600e4fb22
16 изменённых файлов: 2 добавлений и 2 удалений

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

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

@ -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-0.19.0/.devcontainer` to the root of your project folder.
2. Copy the contents of `containers/elm/.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-0.19.0` folder.
4. Select the `containers/elm` 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.

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