Skip to content

Commit

Permalink
Correct dev container info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed May 28, 2021
1 parent 1605d16 commit 09d1935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ VS Code includes a set of built-in extensions located in the [extensions](extens

## Development Container

This repository includes a Visual Studio Code Remote - Containers / Codespaces development container.
This repository includes a Visual Studio Code Remote - Containers / GitHub Codespaces development container.

- For [Remote - Containers](https://aka.ms/vscode-remote/download/containers), use the **Remote-Containers: Open Repository in Container...** command which creates a Docker volume for better disk I/O on macOS and Windows.
- For Codespaces, install the [Visual Studio Codespaces](https://aka.ms/vscs-ext-vscode) extension in VS Code, and use the **Codespaces: Create New Codespace** command.
- For [Remote - Containers](https://aka.ms/vscode-remote/download/containers), use the **Remote-Containers: Clone Repository in Container Volume...** command which creates a Docker volume for better disk I/O on macOS and Windows.
- For Codespaces, install the [Github Codespaces](https://marketplace.visualstudio.com/items?itemName=GitHub.codespacese) extension in VS Code, and use the **Codespaces: Create New Codespace** command.

Docker / the Codespace should have at least **4 Cores and 6 GB of RAM (8 GB recommended)** to run full build. See the [development container README](.devcontainer/README.md) for more information.

Expand Down

1 comment on commit 09d1935

@serdar
Copy link

@serdar serdar commented on 09d1935 Jun 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
The link to the extension has a typo, it should be https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces

Please sign in to comment.