Skip to content

Commit 19e777b

Browse files
authored
Remote-Containers is now Dev Containers (#12)
1 parent d5353c2 commit 19e777b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ Given how frequently web applications use Node.js for front end code, this conta
3434

3535
### Adding the definition to a project or codespace
3636

37-
1. If this is your first time using a development container, please see getting started information on [setting up](https://aka.ms/vscode-remote/containers/getting-started) Remote-Containers or [creating a codespace](https://aka.ms/ghcs-open-codespace) using GitHub Codespaces.
37+
1. If this is your first time using a development container, please see getting started information on [setting up](https://aka.ms/vscode-remote/containers/getting-started) Dev Containers or [creating a codespace](https://aka.ms/ghcs-open-codespace) using GitHub Codespaces.
3838

3939
2. Start VS Code and open your project folder or connect to a codespace.
4040

41-
3. Press <kbd>F1</kbd> select and **Add Development Container Configuration Files...** command for **Remote-Containers** or **Codespaces**.
41+
3. Press <kbd>F1</kbd> select and **Add Dev Container Configuration Files...** command for **Dev Containers** or **Codespaces**.
4242

4343
> **Note:** If needed, you can drag-and-drop the `.devcontainer` folder from this sub-folder in a locally cloned copy of this repository into the VS Code file explorer instead of using the command.
4444
4545
4. Select this definition. You may also need to select **Show All Definitions...** for it to appear.
4646

47-
5. Finally, press <kbd>F1</kbd> and run **Remote-Containers: Reopen Folder in Container** or **Codespaces: Rebuild Container** to start using the definition.
47+
5. Finally, press <kbd>F1</kbd> and run **Dev Containers: Reopen in Container** or **Codespaces: Rebuild Container** to start using the definition.
4848

4949
## License
5050

0 commit comments

Comments
 (0)