Renamed folder to elm
This commit is contained in:
Родитель
8b90b312b5
Коммит
1600e4fb22
|
@ -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.
|
Загрузка…
Ссылка в новой задаче