From 20b46c7d4aad7403662c72eff514160ca793618b Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 23 Apr 2021 18:21:08 +0200 Subject: [PATCH] Windows performance devcontainer note (#895) --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index ba893374..80aa9811 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -24,7 +24,7 @@ The easiest way to get started with development is to use Visual Studio Code wit **Getting started:** 1. Fork the repository. -2. Clone the repository to your computer. +2. Clone the repository to your computer. Windows users need to [place their files within WSL file system](https://code.visualstudio.com/docs/remote/containers#_open-a-wsl-2-folder-in-a-container-on-windows) to prevent performance degradation. 3. Open the repository using Visual Studio code. When you open this repository with Visual Studio code you are asked to "Reopen in Container", this will start the build of the container.