From 6ee876cce017bf6dd16a81ad06c6e54455a349d4 Mon Sep 17 00:00:00 2001 From: Liora Milbaum <liora@lmb.co.il> Date: Tue, 24 Jan 2023 11:08:08 +0200 Subject: [PATCH] docs: Rename VS Code extension name (#20003) --- docs/development/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/local-development.md b/docs/development/local-development.md index 11c4718364..7bf5aae579 100644 --- a/docs/development/local-development.md +++ b/docs/development/local-development.md @@ -59,7 +59,7 @@ If you already installed a part, skip the corresponding step. If you are using [VS Code](https://code.visualstudio.com/) you can skip installing [the prerequisites](#prerequisites) and work in a [development container](https://code.visualstudio.com/docs/remote/containers) instead. -- Install the [Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) and [check its system requirements](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers#system-requirements) +- Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) and [check its system requirements](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers#system-requirements) - Open the repository folder in VS Code - Choose "Reopen in Container" via the command palette or the small button in the lower left corner -- GitLab