Back to Setup

Windows Vscode

_partials/windows_vscode.md

latest1.0 KB
Original Source

Visual Studio Code

Installation

Let's install Visual Studio Code text editor.

When the installation is finished, launch VS Code.

Connecting VS Code to Ubuntu

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:

bash
code --install-extension ms-vscode-remote.remote-wsl

Then open VS Code from your terminal:

bash
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