From a525cb68bf5541f38cdd3debcb03ee4ea966814f Mon Sep 17 00:00:00 2001 From: Frederico Hakamine Date: Mon, 16 Jan 2023 16:12:22 -0600 Subject: [PATCH] VSCode - Fix container extension name The container extension is Dev Containers (and not Remote Containers) --- docs/VSCODE_DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VSCODE_DEVELOPMENT.md b/docs/VSCODE_DEVELOPMENT.md index 38cc9648f67c7f..add78dc3432131 100644 --- a/docs/VSCODE_DEVELOPMENT.md +++ b/docs/VSCODE_DEVELOPMENT.md @@ -31,7 +31,7 @@ Tested on: 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