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

Commit 63dbc74

Browse files
authored
Update README.md
1 parent 79ac79a commit 63dbc74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ This repository contains a set of **dev container definitions** made up of files
1010

1111
## Trying a definition
1212

13-
1. Open a `containers` sub-folder
13+
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
1616
4. Run the **Remote: Open Folder in Container...** command in VS Code
1717
5. Select the definition folder in the "open" dialog
1818

19-
Many definitions include a `test-project` that you can use to see the dev container in action.
19+
Many definitions include a `test-project` that you can use to see the dev container in action. Note that if you open this folder locally instead, you'll be prompted to reopen it in a container as well. You can also use the **Remote: Reopen Folder in Container** command at any time.
2020

2121
## Using a definition
2222

2323
You can either:
2424

25-
- Run **Remote: Create Container Configuration File...** command in VS Code and pick the definition.
25+
- Run **Remote: Create Container Configuration File...** command in VS Code and pick a definition. The appopriate files will then be added to your project.
2626

27-
- Manually copy the contents of one of the `containers` sub-folders into your project. When manually copying, note that some definitions contain a `test-project` folder and/or a `.vscode/launch.json`, `.vscode/settings.json` or `.vscode/tasks.json` file that can be omitted.
27+
- Manually copy the contents of one of the `containers` sub-folders into your project. When manually copying, note that some definitions contain a `test-project` folder and/or `.vscode/launch.json`, `.vscode/settings.json`, or `.vscode/tasks.json` files. These and `README.md` and `.vscodeignore` can typically be omitted.
2828

2929
## Contents
3030

0 commit comments

Comments
 (0)