From 816b031786a647631fc0352573fcc9efbc68df9a Mon Sep 17 00:00:00 2001 From: Frederico Hakamine Date: Wed, 18 Jan 2023 06:06:14 -0600 Subject: [PATCH] VSCode - Fix container extension name (#24458) 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