Skip to content

Commit

Permalink
docs(devcontainer): change 'remote containers extension' to new 'dev …
Browse files Browse the repository at this point in the history
…containers extension'
  • Loading branch information
qdm12 committed Jun 15, 2024
1 parent b7986dd commit 3494cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It works on Linux, Windows and OSX.
## Requirements

- [VS code](https://code.visualstudio.com/download) installed
- [VS code remote containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) installed
- [VS code dev containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) installed
- [Docker](https://www.docker.com/products/docker-desktop) installed and running
- [Docker Compose](https://docs.docker.com/compose/install/) installed

Expand All @@ -23,7 +23,7 @@ It works on Linux, Windows and OSX.
1. **For Docker on OSX or Windows without WSL**: ensure your home directory `~` is accessible by Docker.
1. Open the command palette in Visual Studio Code (CTRL+SHIFT+P).
1. Select `Remote-Containers: Open Folder in Container...` and choose the project directory.
1. Select `Dev Containers: Open Folder in Container...` and choose the project directory.
## Customization
Expand Down

0 comments on commit 3494cfb

Please sign in to comment.