_partials/windows_vscode.md
Let's install Visual Studio Code text editor.
When the installation is finished, launch VS Code.
To make VS Code interact properly with Ubuntu, let's install the Remote - WSL VS Code extension.
Open your Ubuntu terminal.
Copy-paste the following commands in the terminal:
code --install-extension ms-vscode-remote.remote-wsl
Then open VS Code from your terminal:
code .
:heavy_check_mark: If you see WSL: Ubuntu in the bottom left corner of the VS Code window, you're good to go :+1:
:x: Otherwise, please contact a teacher