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

Commit 38ceff6

Browse files
authored
Update README.md
1 parent a85d838 commit 38ceff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ This repository contains a set of **dev container definitions** made up of files
1313
1. Click on one of the `containers` sub-folders to open it in your browser
1414
2. Check out the README to see if there are any manual steps
1515
3. Clone this repository or copy the contents of the folder to your machine
16-
4. Run the **Remote: Open Folder in Container...** command in VS Code
16+
4. Run the **Remote-Containers: Open Folder in Container...** command in VS Code
1717
5. Select the root of the definition folder in the "open" dialog (**not** the `test-project` folder if present)
1818

19-
Many definitions include a `test-project` with a sample and/or launch settings in the `.vscode` folder that you can use to see the dev container in action. If you open the folder locally instead, you'll be prompted to reopen it in a container but uou can also use the **Remote: Reopen Folder in Container** command at any time.
19+
Many definitions include a `test-project` with a sample and/or launch settings in the `.vscode` folder that you can use to see the dev container in action. If you open the folder locally instead, you'll be prompted to reopen it in a container but uou can also use the **Remote-Containers: Reopen Folder in Container** command at any time.
2020

2121
## Using a definition
2222

2323
You can either:
2424

2525
- Manually copy the contents of one of the `containers` sub-folders into your project. Copy the `.devcontainer` folder into your project and you should be ready to go!
2626

27-
- Run **Remote: Create Container Configuration File...** command in VS Code and pick a definition. The appropriate files will then be added to your project.
27+
- Run **Remote-Containers: Create Container Configuration File...** command in VS Code and pick a definition. The appropriate files will then be added to your project.
2828

2929
## Adding a definition to an existing public or private repo
3030

0 commit comments

Comments
 (0)