You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,18 @@ This repository contains a set of **dev container definitions** made up of files
13
13
1. Click on one of the `containers` sub-folders to open it in your browser
14
14
2. Check out the README to see if there are any manual steps
15
15
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
17
17
5. Select the root of the definition folder in the "open" dialog (**not** the `test-project` folder if present)
18
18
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.
20
20
21
21
## Using a definition
22
22
23
23
You can either:
24
24
25
25
- 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!
26
26
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.
28
28
29
29
## Adding a definition to an existing public or private repo
0 commit comments