From d5b8c5da904af88ccd565b0cb89805464214cd29 Mon Sep 17 00:00:00 2001 From: Simon Zhao Date: Thu, 14 Nov 2024 08:47:54 +0800 Subject: [PATCH] Update SETUP.md Co-authored-by: Miguel Fierro <3491412+miguelgfierro@users.noreply.github.com> --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 6e1ff4b43..7ddfbeba8 100644 --- a/SETUP.md +++ b/SETUP.md @@ -160,7 +160,7 @@ environment, so 1. we create a contaienr with the dependencies required, 1. and mount the folder containing the code to the container, 1. then code parsing, debugging and testing are all performed against - the contaienr. + the container. This workflow seperates the development environment from your local environment, so that your local environment won't be affected. The container used here for this end is called Dev Container in the