diff options
author | 2022-10-26 17:23:33 +0100 | |
---|---|---|
committer | 2022-10-26 09:23:33 -0700 | |
commit | 3c451820976a7c627f09abcdf97e5f084d2b6381 (patch) | |
tree | 1fe1c9fb3401fc0c4f6886ef3d11e297aeecbd34 | |
parent | c02da2c5a65988750ac92a5ef4e5269bdc6c6117 (diff) | |
download | bun-3c451820976a7c627f09abcdf97e5f084d2b6381.tar.gz bun-3c451820976a7c627f09abcdf97e5f084d2b6381.tar.zst bun-3c451820976a7c627f09abcdf97e5f084d2b6381.zip |
Update Dev Containers extension name (#1393)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4419,7 +4419,7 @@ The VSCode Dev Container in this repository is the easiest way to get started. I To develop on Linux, the following is required: - [Visual Studio Code](https://code.visualstudio.com/) -- [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for Visual Studio Code +- [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for Visual Studio Code - [Docker](https://www.docker.com). If using WSL on Windows, it is recommended to use [Docker Desktop](https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers) for its WSL2 integration. - [Dev Container CLI](https://www.npmjs.com/package/@devcontainers/cli): `npm install -g @devcontainers/cli` @@ -4431,7 +4431,7 @@ make devcontainer-build ``` Next, open VS Code in the `bun` repository. -To open the dev container, open the command palette (Ctrl + Shift + P) and run: `Remote-Containers: Reopen in Container`. +To open the dev container, open the command palette (Ctrl + Shift + P) and run: `Dev Containers: Reopen in Container`. You will then need to clone the GitHub repository inside that container. |