diff --git a/pages/_docs/2023-04-15-wsl-setup-with-vscode.md b/pages/_docs/2023-04-15-wsl-setup-with-vscode.md index b70e5b5..2d67bcb 100644 --- a/pages/_docs/2023-04-15-wsl-setup-with-vscode.md +++ b/pages/_docs/2023-04-15-wsl-setup-with-vscode.md @@ -27,7 +27,7 @@ Visual Studio Code, along with the WSL extension, enables you to use WSL as your * edit files in your Linux or mounted Windows filesystem (for example /mnt/c) without worrying about pathing issues, binary compatibility, or other cross-OS challenges ## Install VS Code and the WSL extension - + * Visit the [VS Code install page](https://code.visualstudio.com/download) and select the 32 or 64 bit installer. Install Visual Studio Code on Windows (not in your WSL file system). * When prompted to **Select Additional Tasks** during installation, be sure to check the **Add to PATH** option so you can easily open a folder in WSL using the code command.