Skip to content

Commit

Permalink
VSCode - Fix container extension name (#24458)
Browse files Browse the repository at this point in the history
The container extension is Dev Containers (and not Remote Containers)
  • Loading branch information
sudobinbash authored and pull[bot] committed Jan 31, 2024
1 parent fa5e691 commit 816b031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/VSCODE_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Tested on:
<https://github.com/project-chip/connectedhomeip>
1. Launch Visual Studio Code, and open the cloned folder from
1. Install the
[Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
[Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
extension for Visual Studio Code, this extension allows you to use docker
containers as a development backend.
1. Once this is installed, you'll be prompted to reload Visual Studio Code, do
Expand Down

0 comments on commit 816b031

Please sign in to comment.