From a3d41ec67ba66c2f5df3d0f927d16780e6567147 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Mon, 18 Dec 2023 19:02:45 +0100 Subject: [PATCH] Update docs/contributing/contributing-code/contributing-code-prerequisites/README.md Co-authored-by: Ryan Nowak Signed-off-by: Christian Lechner --- .../contributing-code/contributing-code-prerequisites/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/contributing-code/contributing-code-prerequisites/README.md b/docs/contributing/contributing-code/contributing-code-prerequisites/README.md index 3e2a5a8557..a3ca92bf27 100644 --- a/docs/contributing/contributing-code/contributing-code-prerequisites/README.md +++ b/docs/contributing/contributing-code/contributing-code-prerequisites/README.md @@ -8,7 +8,7 @@ This page lists the prerequisites for working with the repository. In general, y We will walk you through the options in the following sections. -> 📝 **Tip** - We recommend the usage of GitHub Codespaces of local dev containers as they are the most convenient way to get started. +> 📝 **Tip** - We recommend the usage of GitHub Codespaces or Dev Containers in VS Code as they are the most convenient way to get started. Depending on the task you need to perform, you may need to install more tools, but basic prerequisites should be sufficient for most contributors to get started.