Skip to content

3. VSCode & extensions

Yaniv Carmel edited this page Mar 26, 2022 · 28 revisions

[TO ADD: short explanation of what VSCode is and why it's useful]


  1. Download & install Visual Studio Code
  2. Go to Extensions (Ctrl+Shift+X) and install the Remote-WSL extension.
  3. Open the Command Palette (Ctrl+Shift+P) - this is a useful shortcut that provides access to many VSCode commands. Type and choose "Remote-WSL: New WSL Windows".
  4. In the newly opened window, open the Command Palette (Ctrl+Shift+P). Type and choose "Clone from GitHub". Then, copy and paste your repository link from GitHub, as shown in the image.

  1. You'll be asked where you'd like to clone your repository to - choose /home/<username>.
  2. After a few seconds, you'll see a popup window "Would you like to open the cloned repository?" - click "Open".

  1. Other recommended extensions: [TO ADD]

Clone this wiki locally