diff --git a/01 Setup Win10.md b/01 Setup Win10.md index 33202f93..b518f381 100644 --- a/01 Setup Win10.md +++ b/01 Setup Win10.md @@ -11,7 +11,9 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-L Restart your computer when prompted. -Now install Visual Studio Code and once launched install the **WSL** component by Microsoft. +Now install Visual Studio Code and once launched install the [remote-wsl](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl) component by Microsoft. + +![remote-wsl](exercises/.images/remote-wsl.png) Now you need to install Ubuntu. This can be found by searching for `run linux on windows` in the Microsoft Store. You will be presented with the following screen. diff --git a/exercises/.images/remote-wsl.png b/exercises/.images/remote-wsl.png new file mode 100644 index 00000000..e6679da2 Binary files /dev/null and b/exercises/.images/remote-wsl.png differ